Citron/src/yuzu/configuration
Lioncash 30dfd89126 ui_settings: Place definition of the theme array within the cpp file
Placing the array wholesale into the header places a copy of the whole
array into every translation unit that uses the data, which is wasteful.
Particularly given that this array is referenced from three different
translation units.

This also changes the array to contain pairs of const char*, rather than
QString instances. This way, the string data is able to be fixed into
the read-only segment of the program, as well as eliminate static
constructors/heap allocation immediately on program start.
2018-10-04 09:43:51 -04:00
..
config.cpp Add audio stretching support 2018-09-08 18:26:23 +01:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
configure.ui Avoid parsing RomFS to directory in NCA 2018-08-06 23:06:33 -04:00
configure_audio.cpp Add audio stretching support 2018-09-08 18:26:23 +01:00
configure_audio.h audio_core: Add configuration settings. 2018-07-31 22:38:42 -04:00
configure_audio.ui Add audio stretching support 2018-09-08 18:26:23 +01:00
configure_debug.cpp qt: Default destructors where applicable 2018-08-06 13:27:08 -04:00
configure_debug.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
configure_debug.ui GDBStub works with both Unicorn and Dynarmic now (#941) 2018-08-06 22:01:24 -04:00
configure_dialog.cpp Merge pull request #850 from DarkLordZach/icon-meta 2018-08-08 12:27:19 -04:00
configure_dialog.h qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
configure_gamelist.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
configure_gamelist.h yuzu/configure_gamelist: Make combo box strings translatable 2018-09-12 02:34:53 -04:00
configure_gamelist.ui Avoid parsing RomFS to directory in NCA 2018-08-06 23:06:33 -04:00
configure_general.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-04 09:43:51 -04:00
configure_general.h qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
configure_general.ui Remove multicore configure_general.ui 2018-09-10 22:04:21 +02:00
configure_graphics.cpp Port Citra #4047 & #4052: add change background color support 2018-09-08 17:00:21 -07:00
configure_graphics.h Port Citra #4047 & #4052: add change background color support 2018-09-08 17:00:21 -07:00
configure_graphics.ui Port Citra #4047 & #4052: add change background color support 2018-09-08 17:00:21 -07:00
configure_input.cpp Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
configure_input.h Adding meumart's Citra SDL Joystick support. Citra PR #3116 2018-01-15 20:02:30 -05:00
configure_input.ui yuzu: Fix stick UI direction order 2018-08-28 00:59:21 +02:00
configure_system.cpp qt: Default destructors where applicable 2018-08-06 13:27:08 -04:00
configure_system.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
configure_system.ui Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 2018-08-03 11:02:55 -04:00