yuzu/src/core/frontend/applets
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
..
controller.cpp hid: Reorder all HID commands 2020-11-15 23:33:20 -05:00
controller.h hid: Implement GC controller 2021-02-07 22:59:46 -06:00
error.cpp core: Remove unnecessary enum casts in log calls 2020-12-07 23:02:23 -05:00
error.h frontend: Add frontend receiver for Error applet 2019-04-17 11:35:24 -04:00
general_frontend.cpp applets: Remove the previous web browser applet implementation 2020-12-18 10:33:27 -05:00
general_frontend.h applets: Remove the previous web browser applet implementation 2020-12-18 10:33:27 -05:00
profile_select.cpp core/profile_select: Avoid uninitialized read in SelectProfile() 2021-09-22 18:10:39 -04:00
profile_select.h profile_select: Port Service::Account::UUID to Common::UUID 2019-04-25 08:13:11 -04:00
software_keyboard.cpp applets/swkbd: Implement the Default Software Keyboard frontend 2021-04-15 01:53:17 -04:00
software_keyboard.h applets: Append applet_ prefix to backend applets 2021-07-14 01:07:09 -04:00
web_browser.cpp applets/web: Fix a use-after-free when passing in the URL string 2021-04-28 12:34:28 -04:00
web_browser.h applets: Append applet_ prefix to backend applets 2021-07-14 01:07:09 -04:00