Merge pull request #5008 from ligfx/aspectheuristic

VideoCommon: rework anamorphic widescreen heuristic
This commit is contained in:
Scott Mansell
2017-04-10 11:30:34 +12:00
committed by GitHub
9 changed files with 80 additions and 46 deletions

View File

@ -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;