diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-18 09:15:56 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-18 09:15:56 +0000 |
| commit | bc54761a4332b875e1962a21f2858db598fa7c18 (patch) | |
| tree | a5232624703b4b22f3dd383e29aac050a1a5fd0c /win32 | |
| parent | 34cfcc5169cafa8ae9e0d6469e20dc11c122c077 (diff) | |
| download | pcsxr-bc54761a4332b875e1962a21f2858db598fa7c18.tar.gz | |
-gui: allow using "pcsx -cdfile XXX.iso" without -nogui.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/gui/WndMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/gui/WndMain.c b/win32/gui/WndMain.c index 5a5f734d..309ffecf 100644 --- a/win32/gui/WndMain.c +++ b/win32/gui/WndMain.c @@ -216,7 +216,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine "\toptions:\n"
"\t-nogui\t\tDon't open the GUI\n"
"\t-psxout\t\tEnable PSX output\n"
- "\t-slowboot\t\tEnable BIOS logo\n"
+ "\t-slowboot\tEnable BIOS logo\n"
"\t-runcd\t\tRuns CD-ROM (requires -nogui)\n"
"\t-cdfile FILE\tRuns a CD image file (requires -nogui)\n"
"\t-help\t\tDisplay this message"),
|
