Updated Cxbx Reloaded overview (markdown)
parent
da1d976f8b
commit
10ed171d0a
|
@ -2,7 +2,6 @@ Here's some technical details on how Cxbx-Reloaded works.
|
||||||
|
|
||||||
# Executable launch modes
|
# Executable launch modes
|
||||||
Cxbx-Reloaded is a single executable which operates in two different modes:
|
Cxbx-Reloaded is a single executable which operates in two different modes:
|
||||||
|
|
||||||
1. If launched normally (without any command-line arguments), it will show a user-interface then wait for user inputs.
|
1. If launched normally (without any command-line arguments), it will show a user-interface then wait for user inputs.
|
||||||
* However, if you drag and drop an xbe file on top of the executable, it will automatic run said xbe file.
|
* However, if you drag and drop an xbe file on top of the executable, it will automatic run said xbe file.
|
||||||
2. To emulate Xbox software, Cxbx-Reloaded relaunches itself (with the path to the Xbox executable to run on the command-line).
|
2. To emulate Xbox software, Cxbx-Reloaded relaunches itself (with the path to the Xbox executable to run on the command-line).
|
||||||
|
@ -13,7 +12,6 @@ At the end of emulation, the second instance terminates and the user-interface r
|
||||||
If another process launches Cxbx-Reloaded (for instance, a user starts a shortcut via Windows Explorer) with a command-line argument, there's no parent process, so when emulation ends in this scenario, the Cxbx-Reloaded process terminates entirely.
|
If another process launches Cxbx-Reloaded (for instance, a user starts a shortcut via Windows Explorer) with a command-line argument, there's no parent process, so when emulation ends in this scenario, the Cxbx-Reloaded process terminates entirely.
|
||||||
|
|
||||||
# Emulation aspects
|
# Emulation aspects
|
||||||
|
|
||||||
## Operating System
|
## Operating System
|
||||||
Cxbx-Reloaded currently runs on 64-bit Windows 7 and up.
|
Cxbx-Reloaded currently runs on 64-bit Windows 7 and up.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue