diff options
author | aap <aap@papnet.eu> | 2020-05-22 14:25:30 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-22 14:25:30 +0200 |
commit | 380f7bc41798ec185e3770c00d76edbce31ad718 (patch) | |
tree | b05a0255a5742a13e90a3a8f735190e4dd7f5706 /src/core/config.h | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
parent | Merge pull request #577 from erorcun/miami (diff) | |
download | re3-380f7bc41798ec185e3770c00d76edbce31ad718.tar re3-380f7bc41798ec185e3770c00d76edbce31ad718.tar.gz re3-380f7bc41798ec185e3770c00d76edbce31ad718.tar.bz2 re3-380f7bc41798ec185e3770c00d76edbce31ad718.tar.lz re3-380f7bc41798ec185e3770c00d76edbce31ad718.tar.xz re3-380f7bc41798ec185e3770c00d76edbce31ad718.tar.zst re3-380f7bc41798ec185e3770c00d76edbce31ad718.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 105454fa..c7ce5016 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -222,7 +222,6 @@ enum Config { // Hud, frontend and radar #define ASPECT_RATIO_SCALE // Not just makes everything scale with aspect ratio, also adds support for all aspect ratios #define TRIANGULAR_BLIPS // height indicating triangular radar blips, as in VC -#define PS2_SAVE_DIALOG // PS2 style save dialog with transparent black box // #define PS2_LIKE_MENU // An effort to recreate PS2 menu, cycling through tabs, different bg etc. #define MENU_MAP // VC-like menu map. Make sure you have new menu.txd #define SCROLLABLE_STATS_PAGE // only draggable by mouse atm |