mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Windows: Stop using 1234 default unused paths.
They show in storage now, so just send blank.
This commit is contained in:
parent
6202e46e2c
commit
da28e58ecf
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ void MainThreadFunc() {
|
|||
args.push_back(string.c_str());
|
||||
}
|
||||
bool performingRestart = NativeIsRestarting();
|
||||
NativeInit(static_cast<int>(args.size()), &args[0], "1234", "1234", nullptr);
|
||||
NativeInit(static_cast<int>(args.size()), &args[0], "", "", nullptr);
|
||||
|
||||
if (g_Config.iGPUBackend == (int)GPUBackend::OPENGL) {
|
||||
if (!useEmuThread) {
|
||||
|
|
Loading…
Add table
Reference in a new issue