diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-05-22 01:44:01 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-05-22 02:48:12 +0200 |
commit | a5f23a03424cf312add998edce6ef4122c0a29d4 (patch) | |
tree | b05a0255a5742a13e90a3a8f735190e4dd7f5706 /src/core/config.h | |
parent | Merge pull request #573 from Nick007J/miami (diff) | |
download | re3-a5f23a03424cf312add998edce6ef4122c0a29d4.tar re3-a5f23a03424cf312add998edce6ef4122c0a29d4.tar.gz re3-a5f23a03424cf312add998edce6ef4122c0a29d4.tar.bz2 re3-a5f23a03424cf312add998edce6ef4122c0a29d4.tar.lz re3-a5f23a03424cf312add998edce6ef4122c0a29d4.tar.xz re3-a5f23a03424cf312add998edce6ef4122c0a29d4.tar.zst re3-a5f23a03424cf312add998edce6ef4122c0a29d4.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 |