aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Loaders
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-12HLE: Deal with empty title names properly (#4643)TSRBerry
2023-04-05hle: Set ProcessResult name from NACP (#4633)TSRBerry
2023-04-03Source generated json serializers (#4582)Andrey Sukharev
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)Ac_K
2023-03-17Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)TSRBerry
2022-12-04Use source generated regular expressions (#4005)Andrey Sukharev
2022-11-16Use new C# 11 u8 string literals (#3854)Berkan Diler
2022-10-18Avoid allocations in .Parse methods (#3760)Berkan Diler
2022-08-25misc: Fix missing null terminator for strings with pchtxt (#3629)Mary-nyan
2022-02-27Update LibHac to v0.16.0 (#3159)Alex Barney
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)Berkan Diler
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney
2021-09-15hos: Cleanup the project (#2634)Ac_K
2021-03-29Optimize PrintRoSectionInfo (#2151)mageven
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-11-18loaders: Fix possible parsing errors of informations on some NSO (#1724)Ac_K
2020-11-13IPSwitch: Quick fix to patch sets toggling (#1668)mageven
2020-11-06Loaders: Log extra NSO informations (#1661)Ac_K
2020-09-01Update to LibHac 0.12.0 (#1485)Alex Barney
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-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
2020-04-12Implement update loader and log loaded application info (#1023)Xpl0itR
2020-04-07Use libhac for loading NSO and KIP (#1047)Elise
2020-01-12Add 32 bits support to HleProcessDebugger (#859)Thog
2019-11-29Add features to GUI (#757)Xpl0itR
2019-09-02Added GUI to Ryujinx (#695)Xpl0itR
2019-07-02Misc cleanup (#708)Alex Barney
2019-02-14Support HomeBrew Loader (#577)Thomas Guillemard
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-22Fix issues with compressed NSO without a section (#548)Thomas Guillemard
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-29Normalize all the line endings (#518)jduncanator
2018-11-28Better process implementation (#491)gdkchan
2018-10-30Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484)Alex Barney
2018-10-10Implement IRoInterface (#445)Thomas Guillemard
2018-09-19Remove cold methods from the CPU cache (#224)gdkchan
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan
2018-08-15More flexible memory manager (#307)gdkchan
2018-07-17Fix wrong assignment and allow null FilePaths on Executablegdkchan
2018-07-17hbabi: Implement argv (#272)Thomas Guillemard
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan
2018-06-17Implement NPDM files parser (#169)Ac_K