mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-05 07:05:34 +02:00
return overlay state as always not ready if it was disabled
This commit is contained in:
parent
0672139f46
commit
7c0758c02d
1 changed files with 1 additions and 1 deletions
|
@ -1716,7 +1716,7 @@ void Steam_Overlay::UnSetupOverlay()
|
||||||
|
|
||||||
bool Steam_Overlay::Ready() const
|
bool Steam_Overlay::Ready() const
|
||||||
{
|
{
|
||||||
return is_ready && late_init_imgui && late_init_ach_icons;
|
return !settings->disable_overlay && is_ready && late_init_imgui && late_init_ach_icons;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Steam_Overlay::NeedPresent() const
|
bool Steam_Overlay::NeedPresent() const
|
||||||
|
|
Loading…
Add table
Reference in a new issue