aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/ProgramLoader.cs
AgeCommit message (Expand)Author
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-08-04Improved Logger (#1292)mageven
2020-07-09Implement modding support (#1249)mageven
2020-07-04Fix compilation warnings and use new LibHac APIs for executable loading (#1350)Mary
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-15Refactor out Application details from Horizon (#1236)mageven
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-04-12Implement update loader and log loaded application info (#1023)Xpl0itR
2020-04-07Use libhac for loading NSO and KIP (#1047)Elise
2019-11-14Set AArch32 mode in KThread (#818)Natalie C
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-02Misc cleanup (#708)Alex Barney
2019-01-24Add ARM32 support on the translator (#561)gdkchan
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan
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-11-28Better process implementation (#491)gdkchan