Add Gears Of War : Reloaded

This commit is contained in:
2025-08-30 09:32:09 +02:00
parent aee0edd1e5
commit b64ab410b7
4 changed files with 397 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ static SetBoolFn SetFPSFixEnabled = nullptr;
static SetBoolFn SetResolutionFixEnabled = nullptr;
static SetBoolFn SetAspectRatioFixEnabled = nullptr;
static SetBoolFn SetDOFFixEnabled = nullptr;
//static SetBoolFn SetCAFixEnabled = nullptr;
static SetBoolFn SetVignettingFixEnabled = nullptr;
static SetBoolFn SetFogFixEnabled = nullptr;
static SetIntFn SetFOV = nullptr;
@@ -33,7 +32,6 @@ static bool FPS_fix_enabled = false;
static bool Resolution_fix_enabled = false;
static bool Aspect_fix_enabled = false;
static bool DOF_fix_enabled = false;
//static bool CA_fix_enabled = false;
static bool Vignetting_fix_enabled = false;
static bool Fog_fix_enabled = false;
static bool fix_enabled = false;