citra/src/citra_qt/configuration
Lioncash 365d8c57c7 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-06 16:22:28 +02:00
..
config.cpp file_util: Use an enum class for GetUserPath() 2018-09-22 21:18:56 +02:00
config.h
configure.ui Qt/Configure: Use sidebar to divide tabs into smaller groups 2018-09-11 16:02:39 +02:00
configure_audio.cpp configure_audio: Move combo box index setting to their own functions 2018-10-04 01:39:12 +02:00
configure_audio.h configure_audio: Move combo box index setting to their own functions 2018-10-04 01:39:12 +02:00
configure_audio.ui
configure_camera.cpp
configure_camera.h
configure_camera.ui
configure_debug.cpp file_util: Use an enum class for GetUserPath() 2018-09-22 21:18:56 +02:00
configure_debug.h citra_qt: load translation from resource 2017-12-16 13:11:05 +02:00
configure_debug.ui
configure_dialog.cpp citra_qt: add Camera tab to "System" category 2018-09-15 14:19:45 +08:00
configure_dialog.h Qt/Configure: Use sidebar to divide tabs into smaller groups 2018-09-11 16:02:39 +02:00
configure_general.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
configure_general.h
configure_general.ui
configure_graphics.cpp
configure_graphics.h
configure_graphics.ui
configure_input.cpp Merge pull request #4300 from FearlessTobi/port-1429-1431 2018-10-04 19:38:54 -04:00
configure_input.h citra_qt/configuration: misc input tab improvements 2018-09-08 11:26:10 +08:00
configure_input.ui citra_qt/configuration: misc input tab improvements 2018-09-08 11:26:10 +08:00
configure_motion_touch.cpp
configure_motion_touch.h
configure_motion_touch.ui
configure_system.cpp qt/configure_system: FS decoupled 2018-09-28 17:34:47 -04:00
configure_system.h citra_qt/configuration: Add Play Coins setting 2018-09-20 22:42:39 +08:00
configure_system.ui citra_qt/configuration: Add Play Coins setting 2018-09-20 22:42:39 +08:00
configure_web.cpp web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
configure_web.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
configure_web.ui