You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This message will be shown, regardless of the current system state. If the user supplies a valid Xbox image (redump ISO), the message will still be printed in XQEMU (because of missing drive emulation).
We should probably add some code to check if a disc was inserted, and report the most common issues and current system state (disc drive information + kernel information).
The text was updated successfully, but these errors were encountered:
I looked for information on how to detect a CD / DVD type. It appears to be done in software, the SMC only tells you wether the disc tray is opened / closed:
If the kernel doesn't identify a valid disc it will launch into the dashboard.
In that case, this code is printing a confusing message:
xqemu-hdd-image/xboxdash/main.c
Lines 16 to 18 in ad4e8c5
This message will be shown, regardless of the current system state. If the user supplies a valid Xbox image (redump ISO), the message will still be printed in XQEMU (because of missing drive emulation).
We should probably add some code to check if a disc was inserted, and report the most common issues and current system state (disc drive information + kernel information).
The text was updated successfully, but these errors were encountered: