VMManager: initialize PINE with config-provided slot

Sten broke it during the port to Qt...
This commit is contained in:
GovanifY 2025-03-01 19:08:25 +01:00
parent 6542301566
commit 8567d68433
1 changed files with 1 additions and 1 deletions

View File

@ -3610,7 +3610,7 @@ void VMManager::ReloadPINE()
PINEServer::Deinitialize();
if (EmuConfig.EnablePINE)
PINEServer::Initialize();
PINEServer::Initialize(EmuConfig.PINESlot);
}
void VMManager::InitializeDiscordPresence()