Skip to content

Add note on portable mode for macOS #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Your MCPX and BIOS dump should be for a 1.0 Xbox. It's suggested that your MCPX
A default one will be created if you do not provide one.

#### Q: How do I run xemu in portable mode?
Create a file named `xemu.toml` in the same directory as the executable (i.e. next to `xemu.exe` on Windows or `xemu` on Linux).
Create a file named `xemu.toml` in the same directory as the executable (i.e. next to `xemu.exe` on Windows or `xemu` on Linux). On macOS this file should be placed within the `xemu.app` bundle's `Contents/Resources` directory or you may use `open`'s `--args` parameter to pass an explicit path via xemu's `-config_path` argument from a command line.

#### Q: Why am I getting `The guest has not initialized the display`
This is likely due to missing, mismatched, or corrupt MCPX and BIOS images. See [this page](required-files.md) for details about required files.
Expand Down