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 a359f77cf6
commit c2d9985ead
No known key found for this signature in database
GPG Key ID: 11A944C07CE37C4E
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()