diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-11 21:22:28 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-11 21:22:28 +0000 |
| commit | 6c0a8d0c65905dca5199adb0738b2306d387e5f1 (patch) | |
| tree | e99449f382ddee35e5fca8af2d638218efac2640 /gui | |
| parent | 2b36e2379d022286b7503be8f78215a762d9db43 (diff) | |
| download | pcsxr-6c0a8d0c65905dca5199adb0738b2306d387e5f1.tar.gz | |
Added disabling the gui via -cdfile parameter.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59440 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 1de6e25d..f64939b4 100644 --- a/gui/LnxMain.c +++ b/gui/LnxMain.c @@ -316,6 +316,7 @@ int main(int argc, char *argv[]) { SetIsoFile(isofilename); runcd = RUN_CD; + UseGui = FALSE; } else if (!strcmp(argv[i], "-h") || !strcmp(argv[i], "-help") || |
