mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-10 21:28:48 -04: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
|
#endif
|
||||||
}
|
|
||||||
|
|
||||||
#if defined(Q_OS_ANDROID)
|
#if defined(Q_OS_ANDROID)
|
||||||
QJniObject battery_status = QJniObject::callStaticObjectMethod(
|
QJniObject battery_status = QJniObject::callStaticObjectMethod(
|
||||||
@@ -370,6 +369,7 @@ void PerformanceOverlay::UpdateHardwareTemperatures() {
|
|||||||
if(pSvc) pSvc->Release();
|
if(pSvc) pSvc->Release();
|
||||||
if(pLoc) pLoc->Release();
|
if(pLoc) pLoc->Release();
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
void PerformanceOverlay::UpdatePosition() {
|
void PerformanceOverlay::UpdatePosition() {
|
||||||
if (main_window && !has_been_moved) {
|
if (main_window && !has_been_moved) {
|
||||||
|
|||||||
Reference in New Issue
Block a user