Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-15 | cmake: Remove yuzu_tester | ReinUsesLisp | 1 | -24/+0 | |
We never ended up using yuzu_tester. Removing it saves code duplication with yuzu_cmd, and distribution size on prebuilt packages. For unit testing, we can use catch2 from guest code and dump the results to a file. Then execute yuzu from a script on ci if we want this to be automated. | |||||
2019-06-10 | yuzu_tester: Use config, icon, and main from yuzu-cmd | Zach Hilman | 1 | -1/+1 | |
2018-01-13 | Massive removal of unused modules | James Rowe | 1 | -0/+0 | |
2017-05-28 | Citra: Convert include into forward declaration | Yuri Kunde Schlesner | 1 | -1/+3 | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -1/+0 | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -1/+2 | |
2016-03-02 | Config: Use unique_ptr instead of raw pointer | MerryMage | 1 | -4/+4 | |
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 1 | -2/+2 | |
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files | |||||
2015-06-28 | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot | 1 | -4/+2 | |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 | |
2014-11-19 | Merge Config::ReadXYZs | archshift | 1 | -4/+1 | |
2014-11-03 | Add support for disabling log from settings | Sean | 1 | -0/+1 | |
2014-10-28 | Use configuration files to enable or disable the new dyncom interpreter. | archshift | 1 | -0/+1 | |
2014-10-23 | Use config files to store whether SDMC is enabled or not | archshift | 1 | -0/+1 | |
Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs). | |||||
2014-10-08 | Added configuration file system. | archshift | 1 | -0/+24 | |
Uses QSettings on citra-qt, and inih on citra-cli. |