From 8687e40759f06a8dc47ff48e425d5fe63732ef42 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Thu, 16 Oct 2025 09:50:25 +0200 Subject: [PATCH] Game fixes enum --- includes/GameFixes.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 includes/GameFixes.h diff --git a/includes/GameFixes.h b/includes/GameFixes.h new file mode 100644 index 0000000..7b76ff0 --- /dev/null +++ b/includes/GameFixes.h @@ -0,0 +1,17 @@ +#pragma once + +enum class GameFixes : int { + FOV = 1, + UltraWide, + Camera, + Cutscenes, + SkipIntro, + DevConsole, + Resolution, + HUD, + DOF, + ChromaticAberrations, + Vignetting, + Fog, + VolumetricFog +}; \ No newline at end of file