Fix the widescreen hack for Wii games with 4:3 forced in game INI

This commit is contained in:
JosJuice 2018-11-07 19:00:24 +01:00
commit b93b7ec419
3 changed files with 15 additions and 6 deletions

View file

@ -62,6 +62,7 @@ struct VideoConfig final
bool bVSync;
bool bWidescreenHack;
AspectMode aspect_mode;
AspectMode suggested_aspect_mode;
bool bCrop; // Aspect ratio controls.
bool bShaderCache;