From e414e1d26e5b5734a93a49a27024e0923c91b416 Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 12 Nov 2025 11:08:32 +0000 Subject: [PATCH] fx --- src/yuzu/main_window.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/yuzu/main_window.cpp b/src/yuzu/main_window.cpp index 2c70d067f0..43602b626f 100644 --- a/src/yuzu/main_window.cpp +++ b/src/yuzu/main_window.cpp @@ -3086,10 +3086,7 @@ void MainWindow::OnPauseGame() { play_time_manager->Stop(); UpdateMenuState(); AllowOSSleep(); - -#ifdef __linux__ Common::Linux::StopGamemode(); -#endif } void MainWindow::OnPauseContinueGame() { @@ -3374,9 +3371,7 @@ void MainWindow::OnConfigure() { const auto old_theme = UISettings::values.theme; const bool old_discord_presence = UISettings::values.enable_discord_presence.GetValue(); const auto old_language_index = Settings::values.language_index.GetValue(); -#ifdef __linux__ const bool old_gamemode = Settings::values.enable_gamemode.GetValue(); -#endif #ifdef __unix__ const bool old_force_x11 = Settings::values.gui_force_x11.GetValue(); #endif