aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/ModLoader.cs
AgeCommit message (Expand)AuthorFilesLines
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)1.1.689Ac_K1-4/+5
2023-03-04Minor code formatting (#4498)1.1.649gdkchan1-4/+4
2023-03-01Update LibHac to 0.18.0 (#4414)1.1.647Steveice101-2/+2
2023-02-08Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexStrin...1.1.608Berkan Diler1-2/+2
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev1-1/+1
2022-04-08Remove save data creation prompt (#3252)1.1.96MutantAura1-1/+1
2022-03-06Mod loading from atmosphere SD directories (#3176)1.1.62MutantAura1-1/+2
2022-02-27Update LibHac to v0.16.0 (#3159)1.1.54Alex Barney1-1/+1
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney1-1/+2
2022-01-03Add Cheat Manager (#2964)Emmanuel Hansen1-1/+14
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney1-4/+9
2021-08-12Update to LibHac 0.13.1 (#2475)Alex Barney1-4/+5
2021-08-04Update TamperMachine and disable write-to-code prevention (#2506)Caian Benedicto1-1/+1
2021-07-13Revert LibHac updateMary1-5/+4
2021-07-13Update to LibHac 0.13.1 (#2328)Alex Barney1-4/+5
2021-04-02Fix Tamper Machine crash and timings (#2159)Caian Benedicto1-0/+2
2021-03-27Add the TamperMachine module for runtime mods and cheats (#1928)Caian Benedicto1-1/+167
2021-02-20Allow modding AddOnContent RomFS (#2024)mageven1-28/+32
2021-01-03Fix exefs mod loading with unpacked games (#1857)Somebody Whoisbored1-2/+2
2020-12-29Add the ability to add individual files exefs with mod loader (#1766)Somebody Whoisbored1-21/+43
2020-09-01Update to LibHac 0.12.0 (#1485)Alex Barney1-0/+1
2020-08-30Allow launching with custom data directories (#1505)mageven1-2/+6
2020-08-04Improved Logger (#1292)mageven1-19/+19
2020-07-15mods: Fix crash when loading via LoadCart (#1388)mageven1-2/+6
2020-07-09Implement modding support (#1249)mageven1-0/+536