Wii U: Several fixes and improvements (#1608)
* WiiU: fix more scaling issues * Wii U: batch depth reads * Wii U: remove file buffering Doesn't seem to to do much anymore * Remove "missing_gcc_functions.c" to avoid conflicts * Wii U: Fix random_device usage random_device will always be seeded with a constant seed and will return the same number sequence every time * Wii U: Improve software keyboard * Wii U: Fix console input text width
This commit is contained in:
@@ -385,7 +385,6 @@ set(Source_Files__src__boot
|
||||
"src/boot/idle.c"
|
||||
"src/boot/is_debug.c"
|
||||
"src/boot/logutils.c"
|
||||
"src/boot/missing_gcc_functions.c"
|
||||
"src/boot/stackcheck.c"
|
||||
"src/boot/viconfig.c"
|
||||
"src/boot/yaz0.c"
|
||||
|
||||
Reference in New Issue
Block a user