mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Fix the widescreen hack for Wii games with 4:3 forced in game INI
This commit is contained in:
parent
3d61b1a1d5
commit
b93b7ec419
3 changed files with 15 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue