From 5341d1bd8d6c551e8b617a29acf900f1948cc985 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Tue, 12 Jul 2022 11:52:24 -0500 Subject: [PATCH] update cli --- Cxbx-Reloaded-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cxbx-Reloaded-overview.md b/Cxbx-Reloaded-overview.md index 4aebd52..f15a417 100644 --- a/Cxbx-Reloaded-overview.md +++ b/Cxbx-Reloaded-overview.md @@ -7,7 +7,7 @@ Cxbx-Reloaded is a single executable which operates in two different modes: 2. To emulate Xbox software, Cxbx-Reloaded relaunches itself (with the path to the Xbox executable to run on the command-line). The emulated Xbox screen is then put over the user-interface. At the end of emulation, the second instance terminates and the user-interface reappears. - * If you want to start standalone emulation, than the following argument should be input `cxbx.exe /load "path to xbe"` via command prompt. + * If you want to start standalone emulation, than the following argument should be input `cxbxr-ldr.exe /load "path to xbe"` via command prompt. 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.