mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
Add screen crop feature
This commit is contained in:
@@ -206,7 +206,12 @@ struct VideoConfig final
|
||||
float widescreen_heuristic_aspect_ratio_slop = 0.f;
|
||||
float widescreen_heuristic_standard_ratio = 0.f;
|
||||
float widescreen_heuristic_widescreen_ratio = 0.f;
|
||||
bool bCrop = false; // Aspect ratio controls.
|
||||
bool bCropToAspectRatio = false;
|
||||
bool bCropCustom = false;
|
||||
int iCropCustomLeft = 0;
|
||||
int iCropCustomTop = 0;
|
||||
int iCropCustomRight = 0;
|
||||
int iCropCustomBottom = 0;
|
||||
bool bShaderCache = false;
|
||||
|
||||
// Enhancements
|
||||
|
||||
Reference in New Issue
Block a user