summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-07configure_gamelist: Use explicit QVariant constructorZach Hilman
2018-08-07qt/hotkey: Get rid of global hotkey map instanceLioncash
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-06Merge pull request #947 from lioncash/encodingbunnei
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-08-06Merge pull request #943 from lioncash/declbunnei
2018-08-06Merge pull request #946 from lioncash/compressbunnei
2018-08-06Merge pull request #944 from lioncash/menubunnei
2018-08-06Merge pull request #942 from lioncash/defaultbunnei
2018-08-06Merge pull request #940 from lioncash/privatebunnei
2018-08-06qt/main: Avoid sign conversions in UpdateRecentFiles()Lioncash
2018-08-06game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash
2018-08-06game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash
2018-08-06game_list: Join declarations and assignments in onTextChanged()Lioncash
2018-08-06qt/main: Collapse if statement in UpdateRecentFiles()Lioncash
2018-08-06qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateU...Lioncash
2018-08-06qt: Don't show error dialog when canceling the Load Folder dialogLioncash
2018-08-06qt/game_list_p: Remove redundant base class constructor invocationsLioncash
2018-08-06qt: Add missing override specifiers where applicableLioncash
2018-08-06qt: Default destructors where applicableLioncash
2018-08-06kernel/event: Make data members privateLioncash
2018-08-05Merge pull request #912 from lioncash/global-varbunnei
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-03Added ability to change username & language code in the settings ui. Added IP...David
2018-08-03Merge pull request #892 from lioncash/globalbunnei
2018-08-03Merge pull request #894 from lioncash/objectbunnei
2018-08-02yuzu: Use Qt 5 signal/slots where applicableLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-08-01Fix merge conflicts with opus and update docsZach Hilman
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-31audio_core: Add configuration settings.bunnei
2018-07-30Merge pull request #859 from FearlessTobi/port-3837bunnei
2018-07-30Port #3769 from Citra: "Update Dark theme to latest version"Tobias
2018-07-30Merge pull request #860 from FearlessTobi/port-3911bunnei
2018-07-29Port #3913 from Citra: "citra_qt: Remove obsolete application attribute"fearlessTobi
2018-07-29Port #3911 from Citra: "Optimize settings application"fearlessTobi
2018-07-29Port #3837 from Citra: "Add build date in about dialog"fearlessTobi
2018-07-27Merge pull request #839 from FearlessTobi/actually-port-3594bunnei
2018-07-27Merge pull request #837 from lioncash/privbunnei
2018-07-26Port #3594 from CitrafearlessTobi
2018-07-26kernel/timer: Make data members private where applicableLioncash
2018-07-26Port #3665 from CitrafearlessTobi
2018-07-25wait_tree: Add missing switch case for WaitTreeThread::GetText()Lioncash