citra/src/citra_qt
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
..
applets
camera
configuration ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
debugger Address review comments 2018-09-21 16:39:10 +02:00
multiplayer Merge pull request #4211 from wwylele/web-cleanup 2018-09-29 23:02:27 -04:00
updater
util Antialias game list compatibility pixmaps 2018-09-17 19:00:28 +05:30
aboutdialog.cpp Port #942 from yuzu: "qt: Minor cleanup-related changes" 2018-08-24 17:14:09 +02:00
aboutdialog.h Clean up aboutdialog.h 2018-08-25 14:45:50 +02:00
aboutdialog.ui
bootmanager.cpp Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
bootmanager.h Port #942 from yuzu: "qt: Minor cleanup-related changes" 2018-08-24 17:14:09 +02:00
citra-qt.rc
CMakeLists.txt Backport some review fixes of Lioncash 2018-09-01 15:41:46 +02:00
compatdb.cpp
compatdb.h
compatdb.ui
discord_impl.cpp Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
discord_impl.h Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
discord.h Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
game_list_p.h citra_qt, core: game list "Open XXX Location" improvements 2018-10-01 08:42:22 +08:00
game_list.cpp Merge pull request #4229 from zhaowenlan1779/open-folder 2018-10-05 00:46:43 -05:00
game_list.h citra_qt, core: game list "Open XXX Location" improvements 2018-10-01 08:42:22 +08:00
hotkeys.cpp qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.h qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.ui
Info.plist
main.cpp Merge pull request #4267 from zhaowenlan1779/movie 2018-10-05 08:20:33 -05:00
main.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
main.ui citra_qt, movie: allow recording/playback before emulation starts 2018-08-20 11:34:27 +02:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
ui_settings.h ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00