yuzu-mainline/src/core/frontend
Lioncash 091e141142 core/profile_select: Avoid uninitialized read in SelectProfile()
The default constructor of UUID doesn't initialize its data members, so
we need to directly initialize it to be invalid.
2021-09-22 18:10:39 -04:00
..
applets core/profile_select: Avoid uninitialized read in SelectProfile() 2021-09-22 18:10:39 -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_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
input.h General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable 2021-06-23 13:48:21 -04:00