aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS
AgeCommit message (Expand)Author
2019-03-15Print Guest Stack Trace in ServiceNotImplemented Exception (#650)jduncanator
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
2019-02-28 Initial non 2D textures support (#525)Thomas Guillemard
2019-02-24Optimize address translation and write tracking on the MMU (#571)gdkchan
2019-02-19Implement ConvertScalingMode properly (#596)gdkchan
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
2019-02-15Implement IStorage GetSize (#585)gdkchan
2019-02-15Vi: Implement ConvertScalingMode (#581)jduncanator
2019-02-14Support HomeBrew Loader (#577)Thomas Guillemard
2019-02-12Do not increment played wave buffers count for empty wave buffers (#568)gdkchan
2019-02-04Implement speculative translation on the CPU (#515)gdkchan
2019-01-29Implement some ARM32 memory instructions and CMP (#565)gdkchan
2019-01-24Add ARM32 support on the translator (#561)gdkchan
2019-01-24Add support of PFS0 as ExeFS (#564)Thomas Guillemard
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2019-01-11Refactor Ryujinx.Common and HLE Stub Logging (#537)jduncanator
2019-01-05Some improvements for nvnflinger (#555)Thomas Guillemard
2019-01-05Update to LibHac 0.2.0 (#549)Alex Barney
2018-12-30fix wrong contenttype (#553)emmauss
2018-12-27System Language can be configurable. (#535)WilliamWsyHK
2018-12-18Refactor SVC handler (#540)gdkchan
2018-12-11Optimized memory modified check (#538)Roderick Sieben
2018-12-07Fix InitializeOld & add FinalizeOld, SetAndWaitOld, GetOld on mm:u (#521)HorrorTroll
2018-12-06Adjust naming conventions and general refactoring in HLE Project (#527)Alex Barney
2018-12-04Revert "Adjust naming conventions and general refactoring in HLE Project (#49...gdkchan
2018-12-04Adjust naming conventions and general refactoring in HLE Project (#490)Alex Barney
2018-12-03NVDEC implementation using FFmpeg (#443)gdkchan
2018-11-28Better process implementation (#491)gdkchan
2018-11-21Clean LM string (#512)Ac_K
2018-11-20Support other switch controller types (#487)emmauss
2018-11-18Implement ContentManager and related services (#438)emmauss
2018-11-17Improved GPU command lists decoding (#499)gdkchan
2018-11-17HwOpus service implementation (#201)gdkchan
2018-11-15Implement libsoundio as an alternative audio backend (#406)jduncanator
2018-10-30Update libhac. Load tickets from XCI files (#476)Alex Barney
2018-10-30Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484)Alex Barney
2018-10-28Timing: Optimize Timestamp Aquisition (#479)jduncanator
2018-10-24Move prio/core locals inside the lock on yield (#478)gdkchan
2018-10-21Implement basic psm service (#467)Ac_K
2018-10-20Complete rewrite of bsd IClient (#460)Thomas Guillemard
2018-10-20Print stack trace on invalid memory accesses (#461)gdkchan
2018-10-17Improve texture tables (#457)gdkchan
2018-10-17Remove unnecessary usings (#463)gdkchan
2018-10-17Move logging to Ryujinx.Common and make it a static class (#413)ReinUsesLisp
2018-10-16Remove IFileSystem::OpenDirectory extraneous check (#459)Thomas Guillemard
2018-10-14Fix some issues with UserId (#455)Thomas Guillemard
2018-10-14Update IAccountService and IManagerForApplication (#454)Ac_K
2018-10-10Implement IResolver (#442)Thomas Guillemard
2018-10-10Implement IRoInterface (#445)Thomas Guillemard
2018-10-08Break: don't crash when bit 31 is set (#444)Thomas Guillemard