summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_dialog.cpp
AgeCommit message (Collapse)Author
2018-10-02Port web_service from CitrafearlessTobi
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
Add Icons and Metadata Support
2018-08-07qt/hotkey: Get rid of global hotkey map instanceLioncash
Instead, we make a proper registry class and house it within the main window, then pass it to whatever needs access to the loaded hotkeys. This way, we avoid a global variable, and don't need to initialize a std::map instance before the program can do anything.
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-06qt: Default destructors where applicableLioncash
Makes code consistent with our style of defaulting special member functions where applicable.
2018-07-31audio_core: Add configuration settings.bunnei
2018-01-16clang-formatMerryMage
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe