mirror of https://github.com/xemu-project/xemu.git
Updated Home (markdown)
parent
5d4df05e2b
commit
92b14730eb
2
Home.md
2
Home.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue