Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-06 | Merge pull request #1332 from FearlessTobi/port-web-backend | bunnei | |
Port web_service from Citra | |||
2018-10-04 | ui_settings: Place definition of the theme array within the cpp file | Lioncash | |
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-02 | Port web_service from Citra | fearlessTobi | |
2018-08-06 | Avoid parsing RomFS to directory in NCA | Zach Hilman | |
2018-07-02 | Add configurable logging backends | James Rowe | |
2018-03-30 | Add Dark theme, Icon theming | N00byKing | |
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings | |||
2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
2018-01-16 | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode) | goaaats | |
2018-01-12 | Removing unused settings and yuzu rebranding | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |