Windows: Stop using 1234 default unused paths.

They show in storage now, so just send blank.
This commit is contained in:
Unknown W. Brackets 2021-02-28 15:09:36 -08:00
parent 6202e46e2c
commit da28e58ecf

View file

@ -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) {