mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-27 13:13:29 +00:00
fix(gamescope): MSVC Compilation Error
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user