mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix the widescreen hack for Wii games with 4:3 forced in game INI
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user