summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/RiivolutionPatcher.cpp
AgeCommit message (Expand)Author
2024-06-06Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't definedJosJuice
2024-05-02Disabled Hardcore Mode when Achievements disabledLillyJadeKatrin
2023-12-12RiivolutionParser: Remove usages of global system accessorLioncash
2023-12-12RiivolutionParser: Make use of std::span where applicableLioncash
2023-12-02Disable memory patches in hardcore modeLillyJadeKatrin
2023-10-01Added CopyReader to BlobReader and all subclassesLillyJadeKatrin
2023-03-28PowerPC/MMU: Refactor to class, move to System.Admiral H. Curtiss
2023-02-28RiivolutionPatcher: Use capitalization of file that exists in the host file s...Admiral H. Curtiss
2023-02-28Common: Add utility function for case-insensitive string comparison.Admiral H. Curtiss
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-01-27HLE function hooking: Avoid ppcState global.Admiral H. Curtiss
2023-01-24Common: Replace StringBeginsWith/StringEndsWith with std equivalentsLioncash
2022-12-03HW/Memmap: Refactor Memory to class, move to Core::System.Admiral H. Curtiss
2022-07-19DiscIO/Riivolution: Add dolphin-specific extensions "dolphin_sys_file" and "d...Admiral H. Curtiss
2022-07-19DiscIO/RiivolutionPatcher: Skip main.dol patches if no main.dol was given.Admiral H. Curtiss
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2021-11-20RiivolutionPatcher: Use case-insensitive filename comparison when searching f...Admiral H. Curtiss
2021-10-31Merge pull request #10194 from AdmiralCurtiss/riivolution-edge-casesLéo Lam
2021-11-01HLE: Fix hooks overlapping Riivolution patchesSepalani
2021-10-31RiivolutionPatcher: More closely match behavior of filename searching file pa...Admiral H. Curtiss
2021-10-31RiivolutionPatcher: More closely match behavior of folder patches to actual R...Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Use FileInfo instead of IOFile when only checking for fil...Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Protect against three or more dots in path traversal.Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Handle the possibility of the FST already containing a ma...Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Modify memory patching logic to be more accurate to actua...Admiral H. Curtiss
2021-10-24Core: Implement Wii NAND path redirects for Riivolution savegame patches.Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Ignore last two bits of offset in file patches to match c...Admiral H. Curtiss
2021-10-24RiivolutionPatcher: Load external files with a layer of indirection during th...Admiral H. Curtiss
2021-10-24Core: Add RiivolutionPatcher to apply Riivolution-style patches to a game's f...Admiral H. Curtiss