Updated Home (markdown)

mborgerson 2020-12-22 20:37:57 -07:00
parent fd2ced2192
commit 5d4df05e2b
1 changed files with 12 additions and 0 deletions

12
Home.md

@ -196,6 +196,18 @@ backup your legally purchased games by:
You can create an iso image using [extract-xiso](https://github.com/XboxDev/extract-xiso) (command-line only).
##### About "redump" ISOs
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`:
```
dd if=my-redump-style-dump.iso of=my-game-partition.iso skip=387 bs=1M
```
You can then use the `my-game-partition.iso` with xemu.
I've found an issue, what do I do?
----------------------------------
Come chat on the Discord server linked at the top and we can do an early diagnosis of the issue. If necessary, we can catalog the issue for further exploration.