summaryrefslogtreecommitdiff
path: root/src/yuzu/ui_settings.h
AgeCommit message (Collapse)Author
2018-10-06Merge pull request #1332 from FearlessTobi/port-web-backendbunnei
Port web_service from Citra
2018-10-04ui_settings: Place definition of the theme array within the cpp fileLioncash
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-02Port web_service from CitrafearlessTobi
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-07-02Add configurable logging backendsJames Rowe
2018-03-30Add Dark theme, Icon themingN00byKing
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-16Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats
2018-01-12Removing unused settings and yuzu rebrandingJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe