mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Handle args on Windows in NativeInit() too.
Now it's like everyone else, plus it works again. Bonus. Fixes #1134.
This commit is contained in:
@@ -55,7 +55,7 @@ DWORD TheThread(LPVOID x) {
|
||||
Host *oldHost = host;
|
||||
UpdateScreenScale();
|
||||
|
||||
NativeInit(0, 0, memstick.c_str(), memstick.c_str(), "1234");
|
||||
NativeInit(__argc, (const char **)__argv, memstick.c_str(), memstick.c_str(), "1234");
|
||||
Host *nativeHost = host;
|
||||
host = oldHost;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user