Skip to content

Commit 55b86dd

Browse files
authored
Clarify support for XDelta patches
1 parent 244d9b9 commit 55b86dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/softpatching.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Softpatching ROMs with RetroArch
22

3-
RetroArch currently supports UPS, IPS and BPS patching formats. If you load `rom.bin` and one of the following is present, the ROM will be autopatched: `rom.ups`, `rom.ips` or `rom.bps`. Autopatching only takes place if the libretro implementation supports loading ROMs from memory.
3+
RetroArch currently supports the UPS, IPS, BPS, and XDelta[^1] patching formats. If you load `rom.bin` and one of the following is present, the ROM will be autopatched: `rom.ups`, `rom.ips` or `rom.bps`. Autopatching only takes place if the libretro implementation supports loading ROMs from memory.
44

55
You can apply multiple patches to one ROM by naming the patches with the `.ips$` extension, where `$` is a number. For example, given the following files...
66

@@ -114,3 +114,5 @@ rom.ips2
114114
|----------------------------------------------|:---------:|
115115
| [Beetle NeoPop](../library/beetle_neopop.md) ||
116116
| [RACE](../library/race.md) ||
117+
118+
[^1]: When enabled at compile-time.

0 commit comments

Comments
 (0)