Video: Fix aspect ratio heuristics getting stuck to widescreen (or to non widescreen) (m_is_game_widescreen variable) if the user first forced the aspect ratio to 16:9/4:3 and then set it back to Auto.

This commit is contained in:
Filoppi
2024-02-20 02:42:52 +02:00
parent ccf2435047
commit 95ee0ac781
2 changed files with 30 additions and 7 deletions

View File

@ -29,6 +29,7 @@ private:
bool m_is_game_widescreen = false;
bool m_was_orthographically_anamorphic = false;
bool m_widescreen_heuristics_active_and_successful = false;
Common::EventHook m_update_widescreen;
Common::EventHook m_config_changed;