mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user