summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
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
2018-05-19Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv
2018-05-10thread: Rename mask to affinity_masks.bunnei
2018-05-10wait_tree: Add ideal core and affinity mask.bunnei
2018-05-10wait_tree: Show all threads on all schedulers.bunnei
2018-05-10core: Add a configuration setting for use_multi_core.bunnei
2018-05-10core: Implement multicore support.bunnei
2018-04-29string_util: Remove StringFromFormat() and related functionsLioncash
2018-04-26frontends: Move logging macros over to new fmt-capable onesLioncash
2018-04-24memory_manager: Make GpuToCpuAddress return an optional.bunnei
2018-04-24memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei
2018-04-23Merge pull request #370 from Subv/sync_primitivesbunnei
2018-04-23GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...Subv
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on laptops...N00byKing
2018-04-14Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611)adityaruplaha