mirror of https://github.com/PCSX2/pcsx2.git
VMManager: initialize PINE with config-provided slot
Sten broke it during the port to Qt...
This commit is contained in:
parent
6542301566
commit
8567d68433
|
@ -3610,7 +3610,7 @@ void VMManager::ReloadPINE()
|
|||
PINEServer::Deinitialize();
|
||||
|
||||
if (EmuConfig.EnablePINE)
|
||||
PINEServer::Initialize();
|
||||
PINEServer::Initialize(EmuConfig.PINESlot);
|
||||
}
|
||||
|
||||
void VMManager::InitializeDiscordPresence()
|
||||
|
|
Loading…
Reference in New Issue