diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-12 04:57:18 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-02-12 04:57:18 +0000 |
| commit | f3029e308e211e91ba6891a6419b3f5dd57b7ea8 (patch) | |
| tree | 02070aaaa6451de4258c50f30d9ca8b9e5b3f267 /gui | |
| parent | b547f4aca10c928bf7fe6a4c519cb7981547d00e (diff) | |
| download | pcsxr-f3029e308e211e91ba6891a6419b3f5dd57b7ea8.tar.gz | |
-gui: added -slowboot to help message, updated translation files. (Issue #8028).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63286 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/LnxMain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/LnxMain.c b/gui/LnxMain.c index 585ceab6..77cdfa42 100644 --- a/gui/LnxMain.c +++ b/gui/LnxMain.c @@ -333,6 +333,7 @@ int main(int argc, char *argv[]) { "\t-nogui\t\tDon't open the GTK GUI\n" "\t-cfg FILE\tLoads desired configuration file (default: ~/.pcsx/pcsx.cfg)\n" "\t-psxout\t\tEnable PSX output\n" + "\t-slowboot\t\tEnable BIOS Logo\n" "\t-load STATENUM\tLoads savestate STATENUM (1-9)\n" "\t-h -help\tDisplay this message\n" "\tfile\t\tLoads file\n")); |
