aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/ProgramLoader.cs
AgeCommit message (Expand)Author
2022-06-22Rewrite kernel memory allocator (#3316)1.1.152gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2022-05-03Implement PM GetProcessInfo atmosphere extension (partially) (#2966)1.1.112gdkchan
2022-02-27Update LibHac to v0.16.0 (#3159)1.1.54Alex Barney
2021-08-12Update to LibHac 0.13.1 (#2475)Alex Barney
2021-08-04Update TamperMachine and disable write-to-code prevention (#2506)Caian Benedicto
2021-07-13Revert LibHac updateMary
2021-07-13Update to LibHac 0.13.1 (#2328)Alex Barney
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-27Add the TamperMachine module for runtime mods and cheats (#1928)Caian Benedicto
2020-12-17PPTC Follow-up. (#1712)LDj3SNuD
2020-12-13Correct type of executable sizes (#1802)gdkchan
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