aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
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
2018-07-24wait_tree: Silence warning about all code paths not returning a valueLioncash
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-20gpu: Rename Get3DEngine() to Maxwell3D()Lioncash
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-07-18Merge pull request #684 from lioncash/nonmemberbunnei
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-18game_list: Make ContainsAllWords an internally linked non-member functionLioncash
2018-07-18Merge pull request #681 from lioncash/constbunnei
2018-07-17Merge pull request #679 from lioncash/ctorbunnei
2018-07-18game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash
2018-07-18game_list: Make containsAllWords a const member functionLioncash
2018-07-18game_list: Remove unnecessary QString initialization in KeyReleaseEaterLioncash
2018-07-17settings: Turn docked mode off by default.bunnei