index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
RiivolutionPatcher.cpp
Age
Commit message (
Expand
)
Author
2024-06-06
Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined
JosJuice
2024-05-02
Disabled Hardcore Mode when Achievements disabled
LillyJadeKatrin
2023-12-12
RiivolutionParser: Remove usages of global system accessor
Lioncash
2023-12-12
RiivolutionParser: Make use of std::span where applicable
Lioncash
2023-12-02
Disable memory patches in hardcore mode
LillyJadeKatrin
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2023-03-28
PowerPC/MMU: Refactor to class, move to System.
Admiral H. Curtiss
2023-02-28
RiivolutionPatcher: Use capitalization of file that exists in the host file s...
Admiral H. Curtiss
2023-02-28
Common: Add utility function for case-insensitive string comparison.
Admiral H. Curtiss
2023-02-12
DolphinQt: Properly lock CPU before accessing emulated memory
JosJuice
2023-01-27
HLE function hooking: Avoid ppcState global.
Admiral H. Curtiss
2023-01-24
Common: Replace StringBeginsWith/StringEndsWith with std equivalents
Lioncash
2022-12-03
HW/Memmap: Refactor Memory to class, move to Core::System.
Admiral H. Curtiss
2022-07-19
DiscIO/Riivolution: Add dolphin-specific extensions "dolphin_sys_file" and "d...
Admiral H. Curtiss
2022-07-19
DiscIO/RiivolutionPatcher: Skip main.dol patches if no main.dol was given.
Admiral H. Curtiss
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2021-11-20
RiivolutionPatcher: Use case-insensitive filename comparison when searching f...
Admiral H. Curtiss
2021-10-31
Merge pull request #10194 from AdmiralCurtiss/riivolution-edge-cases
Léo Lam
2021-11-01
HLE: Fix hooks overlapping Riivolution patches
Sepalani
2021-10-31
RiivolutionPatcher: More closely match behavior of filename searching file pa...
Admiral H. Curtiss
2021-10-31
RiivolutionPatcher: More closely match behavior of folder patches to actual R...
Admiral H. Curtiss
2021-10-24
RiivolutionPatcher: Use FileInfo instead of IOFile when only checking for fil...
Admiral H. Curtiss
2021-10-24
RiivolutionPatcher: Protect against three or more dots in path traversal.
Admiral H. Curtiss
2021-10-24
RiivolutionPatcher: Handle the possibility of the FST already containing a ma...
Admiral H. Curtiss
2021-10-24
RiivolutionPatcher: Modify memory patching logic to be more accurate to actua...
Admiral H. Curtiss
2021-10-24
Core: Implement Wii NAND path redirects for Riivolution savegame patches.
Admiral H. Curtiss
2021-10-24
RiivolutionPatcher: Ignore last two bits of offset in file patches to match c...
Admiral H. Curtiss
2021-10-24
RiivolutionPatcher: Load external files with a layer of indirection during th...
Admiral H. Curtiss
2021-10-24
Core: Add RiivolutionPatcher to apply Riivolution-style patches to a game's f...
Admiral H. Curtiss