From 5d4df05e2b347fc2b7c225651e6b94b7d2d3bcd4 Mon Sep 17 00:00:00 2001 From: mborgerson Date: Tue, 22 Dec 2020 20:37:57 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Home.md b/Home.md index ffb05e8..5d3cc57 100644 --- a/Home.md +++ b/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.