Closed 0d3n3h547v closed 6 years ago
switch-sdl2 or libnx are broken and gives me alot of warnings while i try to compile it.
Plus, in the main menu, you can see only the background. With the CustomUI Example, i tested it with a simple if (keysDown & KEY_PLUS) return 0; and is working
if (keysDown & KEY_PLUS) return 0;
Ok, anyway these libs really need to be updated anyway
New release should fix this
switch-sdl2 or libnx are broken and gives me alot of warnings while i try to compile it.
Plus, in the main menu, you can see only the background. With the CustomUI Example, i tested it with a simple
if (keysDown & KEY_PLUS) return 0;
and is working