libretro: Fix runtime aspect ratio changes not applying

This commit is contained in:
Connor McLaughlin
2020-10-28 17:32:59 +10:00
parent 0b84433533
commit 451c48406d
3 changed files with 13 additions and 1 deletions

View File

@@ -97,6 +97,8 @@ private:
bool m_rumble_interface_valid = false;
bool m_supports_input_bitmasks = false;
bool m_interfaces_initialized = false;
float m_last_aspect_ratio = 4.0f / 3.0f;
};
extern LibretroHostInterface g_libretro_host_interface;