aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2018-08-02yuzu: Use Qt 5 signal/slots where applicableLioncash
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
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei
2018-07-12yuzu - Fix duplicate logsJames Rowe
2018-07-09Merge pull request #634 from FearlessTobi/port-viewport-fixbunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-07Port #3505 from CItrafearlessTobi
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Add configurable logging backendsJames Rowe
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei
2018-06-26yuzu: Remove SSBOs check from Qt frontend.bunnei
2018-06-22Merge pull request #579 from SciresM/masterbunnei
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire
2018-06-14Bug fixes, testing, and review changesZach Hilman
2018-06-14Add 'Load Folder' menu optionZach Hilman
2018-06-14Add support for main files in file pickerZach Hilman
2018-06-14Recognize main files in game listZach Hilman
2018-06-12Qt: Removed the Registers widget.Subv
2018-06-04qt: add check for GL extension supportBreadFish64