From 2fc9ab97be6a383d6e67dbf06f5733dfb8b5abfd Mon Sep 17 00:00:00 2001 From: Collecting Date: Mon, 5 Jan 2026 11:08:25 +0000 Subject: [PATCH] fix(gamescope): MSVC Compilation Error Signed-off-by: Collecting --- src/citron/util/performance_overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/citron/util/performance_overlay.cpp b/src/citron/util/performance_overlay.cpp index 0503babc5..d41459ef3 100644 --- a/src/citron/util/performance_overlay.cpp +++ b/src/citron/util/performance_overlay.cpp @@ -313,7 +313,6 @@ void PerformanceOverlay::UpdateHardwareTemperatures() { } } #endif -} #if defined(Q_OS_ANDROID) QJniObject battery_status = QJniObject::callStaticObjectMethod( @@ -370,6 +369,7 @@ void PerformanceOverlay::UpdateHardwareTemperatures() { if(pSvc) pSvc->Release(); if(pLoc) pLoc->Release(); #endif +} void PerformanceOverlay::UpdatePosition() { if (main_window && !has_been_moved) {