mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Win buildfix
This commit is contained in:
parent
9e8a448914
commit
80e243655d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ unsigned int WINAPI TheThread(void *)
|
|||
args.push_back(string.c_str());
|
||||
}
|
||||
|
||||
NativeInit(static_cast<int>(args.size()), &args[0], "1234", "1234", "1234", fs);
|
||||
NativeInit(static_cast<int>(args.size()), &args[0], "1234", "1234", "1234");
|
||||
|
||||
Host *nativeHost = host;
|
||||
host = oldHost;
|
||||
|
|
Loading…
Add table
Reference in a new issue