Update faq.md

This commit is contained in:
mborgerson 2024-07-12 11:01:04 -07:00 committed by GitHub
parent de4e2b36c0
commit b6d6057a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,15 @@ Unfortunately we can't legally ship the original Xbox dashboard, so what you're
#### Q: I loaded an ISO, but I'm still getting `Please insert an Xbox disc...` #### Q: I loaded an ISO, but I'm still getting `Please insert an Xbox disc...`
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. 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: I loaded an ISO, but I'm getting `You need to connect the DVD Playback Kit receiver kit to a controller port to watch movies` on the Xbox dashboard.
You've loaded a "redump" style ISO. xemu does not support this format yet. You can however convert a redump style ISO to a compatible ISO. More info [here](<https://xemu.app/docs/disc-images/#about-redump-isos>).
#### 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](<https://xemu.app/docs/disc-images/#about-redump-isos>).
#### Q: Does xemu support compressed ISO formats like "CHD"?
No, it does not. You can try enabling filesystem level compression if you'd like to save some space.
#### Q: Is there a game compatibility list? #### Q: Is there a game compatibility list?
Yes, visit https://xemu.app Yes, visit https://xemu.app
@ -42,12 +51,6 @@ There are multiple reasons why a game might not work, including various system i
#### Q: Does xemu run my game's `default.xbe`? #### 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. See [this page](disc-images.md) for instructions on how to create a compatible disc 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](<https://xemu.app/docs/disc-images/#about-redump-isos>).
#### Q: Does xemu support compressed ISO formats like "CHD"?
No, it does not. You can try enabling filesystem level compression if you'd like to save some space.
#### Q: Why am I getting an `Assertion failed!` message? #### Q: Why am I getting an `Assertion failed!` message?
When a game exercises a piece of code in xemu that has not yet been implemented or verified, xemu will `assert` which forces execution to stop. The reason for this is that anything happening beyond that point may be unpredictable and significantly increase the debugging burden. When a game exercises a piece of code in xemu that has not yet been implemented or verified, xemu will `assert` which forces execution to stop. The reason for this is that anything happening beyond that point may be unpredictable and significantly increase the debugging burden.