Merge pull request #5867 from leoetlino/widescreen

GameINI: Replace Wii.Widescreen with AspectRatio
This commit is contained in:
Leo Lam
2017-08-11 18:23:54 +08:00
committed by GitHub
37 changed files with 71 additions and 87 deletions

View File

@ -27,6 +27,7 @@ extern const ConfigInfo<int> GFX_ADAPTER;
extern const ConfigInfo<bool> GFX_WIDESCREEN_HACK;
extern const ConfigInfo<int> GFX_ASPECT_RATIO;
extern const ConfigInfo<int> GFX_SUGGESTED_ASPECT_RATIO;
extern const ConfigInfo<bool> GFX_CROP;
extern const ConfigInfo<bool> GFX_USE_XFB;
extern const ConfigInfo<bool> GFX_USE_REAL_XFB;