From 1481c1d23178ccea1483d42c232e862ce967df2c Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 18 Jan 2025 15:29:41 +1000 Subject: [PATCH] System: Post-processing is shut down on GPU thread --- src/core/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index 6963b4848..b92e9a0d2 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -1960,8 +1960,6 @@ void System::DestroySystem() Host::ClearOSDMessages(true); }); - PostProcessing::Shutdown(); - InputManager::PauseVibration(); InputManager::UpdateHostMouseMode();