1
0
Fork 0
forked from suyu/suyu
suyu/src/core/frontend
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
2021-05-16 03:43:16 -04:00
..
applets applets/web: Fix a use-after-free when passing in the URL string 2021-04-28 12:34:28 -04:00
emu_window.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
emu_window.h emu_window: Return pair from ClipToTouchScreen() instead of tuple 2021-04-23 11:21:02 -04:00
framebuffer_layout.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
framebuffer_layout.h Address second batch of reviews 2020-08-30 00:43:25 +02:00
input.h hid: Implement SevenSixAxis and ConsoleSixAxisSensor 2021-04-23 22:12:41 -05:00
input_interpreter.cpp input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00
input_interpreter.h input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00