mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix Linux build.
This commit is contained in:
parent
6bedad2aa5
commit
a7a2bb3b28
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ void NativeInit(int argc, const char *argv[],
|
|||
if (!strncmp(argv[i], "--state=", strlen("--state=")) && strlen(argv[i]) > strlen("--state="))
|
||||
stateToLoad = argv[i] + strlen("--state=");
|
||||
#if !defined(MOBILE_DEVICE)
|
||||
if (!strncmp(__argv[i], "--escape-exit", strlen("--escape-exit")))
|
||||
if (!strncmp(argv[i], "--escape-exit", strlen("--escape-exit")))
|
||||
g_Config.bEscapeExitsEmulator = true;
|
||||
#endif
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue