Skip to content

Commit

Permalink
VMManager: initialize PINE with config-provided slot
Browse files Browse the repository at this point in the history
Sten broke it during the port to Qt...
  • Loading branch information
GovanifY committed Mar 1, 2025
1 parent a359f77 commit c2d9985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/VMManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,7 @@ void VMManager::ReloadPINE()
PINEServer::Deinitialize();

if (EmuConfig.EnablePINE)
PINEServer::Initialize();
PINEServer::Initialize(EmuConfig.PINESlot);
}

void VMManager::InitializeDiscordPresence()
Expand Down

0 comments on commit c2d9985

Please sign in to comment.