summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-06-24 20:19:12 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 23:40:00 +0200
commite5aa150557e44466158a680216102adf687e1f0b (patch)
tree3881a82f17c5bbd63538944731ee10bea4587f73 /src/core/config.h
parentHigh FPS Fixes (diff)
downloadre3-e5aa150557e44466158a680216102adf687e1f0b.tar
re3-e5aa150557e44466158a680216102adf687e1f0b.tar.gz
re3-e5aa150557e44466158a680216102adf687e1f0b.tar.bz2
re3-e5aa150557e44466158a680216102adf687e1f0b.tar.lz
re3-e5aa150557e44466158a680216102adf687e1f0b.tar.xz
re3-e5aa150557e44466158a680216102adf687e1f0b.tar.zst
re3-e5aa150557e44466158a680216102adf687e1f0b.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h
index f8e63d31..006ebad5 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -247,7 +247,6 @@ enum Config {
#define MORE_LANGUAGES // Add more translations to the game
#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible
#define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS
-#define FIX_HIGH_FPS_BUGS_ON_FRONTEND
#define NO_MOVIES // add option to disable intro videos
@@ -453,7 +452,6 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
#undef MORE_LANGUAGES
#undef COMPATIBLE_SAVES
#undef LOAD_INI_SETTINGS
-#undef FIX_HIGH_FPS_BUGS_ON_FRONTEND
#undef ASPECT_RATIO_SCALE
#undef PROPER_SCALING