From ebdb01940085d251595e3fbb9aa7ab302a50559d Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 27 Jun 2024 18:15:19 -0700 Subject: [PATCH] Replace FAQ mentions of extract-xiso with links to the disc images page --- docs/docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index eaf7edf0..2f42e7df 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -25,7 +25,7 @@ Create a file named `xemu.toml` in the same directory as the executable (i.e. ne This is likely due to a mismatch of MCPX and BIOS images, or a corrupt MCPX boot ROM. #### Q: Why am I getting `Please insert an Xbox disc...`? I already loaded an ISO. -Try restarting xemu. If you continue to get the message, your ISO may not be dumped in a compatible way. Try using [extract-xiso](https://github.com/xboxdev/extract-xiso) to pack your ISO. +Try restarting xemu. If you continue to get the message, your ISO may not be dumped in a compatible way. See [this page](disc-images.md) for instructions on how to create a compatible disc image. #### Q: Is there a game compatibility list? Yes, visit https://xemu.app @@ -34,7 +34,7 @@ Yes, visit https://xemu.app Possibly. [Check the compatibility list](https://xemu.app) first if you're curious, or try it out for yourself. You are invited to submit a compatibility report too. #### Q: Does xemu run my game's `default.xbe`? -No, not directly. xemu emulates the hardware of the system, so you'll need to have a disc image of your game backup. You can use [extract-xiso](https://github.com/xboxdev/extract-xiso) or qwix to create an image. +No, not directly. xemu emulates the hardware of the system, so you'll need to have a disc image of your game backup. See [this page](disc-images.md) for instructions on how to create a compatible disc image. #### Q: Does xemu support "redump" style ISOs? No, not yet. You can however convert a redump style ISO to a compatible ISO. More info [here]().