mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-11 01:24:11 +02:00
FullscreenUI: Fix OSD message background when guest display off
We don't want to disable blur, because then you get a colour change when it turns back on.
This commit is contained in:
@@ -1038,7 +1038,7 @@ void FullscreenUI::UpdateTransitionState()
|
||||
bool FullscreenUI::CanBlurBackground()
|
||||
{
|
||||
// If there's no video presenter, we have no way to get the current backbuffer for blurring, so don't even try.
|
||||
return VideoPresenter::HasDisplayTexture();
|
||||
return VideoThread::HasGPUBackend();
|
||||
}
|
||||
|
||||
void FullscreenUI::InvalidateBlurBackground()
|
||||
|
||||
Reference in New Issue
Block a user