yuzu/src/core/frontend/applets
lat9nq b91b76df4f general: Make most settings a BasicSetting
Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.

Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting.
2021-06-28 17:32:17 -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 general: Make most settings a BasicSetting 2021-06-28 17:32:17 -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/swkbd: Implement the Default Software Keyboard frontend 2021-04-15 01:53:17 -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/web: Fix a use-after-free when passing in the URL string 2021-04-28 12:34:28 -04:00