mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #5008 from ligfx/aspectheuristic
VideoCommon: rework anamorphic widescreen heuristic
This commit is contained in:
@ -159,6 +159,7 @@ protected:
|
||||
Common::Event m_screenshot_completed;
|
||||
std::mutex m_screenshot_lock;
|
||||
std::string m_screenshot_name;
|
||||
bool m_aspect_wide = false;
|
||||
|
||||
// The framebuffer size
|
||||
int m_target_width = 0;
|
||||
|
Reference in New Issue
Block a user