Updated Home (markdown)

mborgerson 2020-12-22 20:45:05 -07:00
parent 5d4df05e2b
commit 92b14730eb
1 changed files with 1 additions and 1 deletions

@ -200,7 +200,7 @@ You can create an iso image using [extract-xiso](https://github.com/XboxDev/extr
Redump-style ISOs contain data for both the video partition and game partition. For now,
you'll want to extract the game partition for use with xemu. You can do this by simply
extracting everything after the first 387 mebibytes. For example, using `dd`:
extracting everything after the first 387MiB. For example, using `dd`:
```
dd if=my-redump-style-dump.iso of=my-game-partition.iso skip=387 bs=1M