mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-10 00:14:32 +00:00
Qt: Fix inverted fullscreen condition
This commit is contained in:
@@ -2812,7 +2812,7 @@ void Host::ReleaseRenderWindow()
|
||||
bool Host::CanChangeFullscreenMode(bool new_fullscreen_state)
|
||||
{
|
||||
// Don't mess with fullscreen while locked.
|
||||
return QtHost::IsSystemLocked();
|
||||
return !QtHost::IsSystemLocked();
|
||||
}
|
||||
|
||||
void EmuThread::updatePerformanceCounters(const GPUBackend* gpu_backend)
|
||||
|
||||
Reference in New Issue
Block a user