diff options
author | withmorten <morten.with@gmail.com> | 2021-01-23 02:17:28 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-01-23 02:17:28 +0100 |
commit | 2650fa9a9212f064f4191aee54ac0b65df3f8dc9 (patch) | |
tree | c0aa97d53b288cb02ea294b13c4cceb693b7d8b9 /src | |
parent | get rid of unsupported LIBRW in config.h (diff) | |
download | re3-2650fa9a9212f064f4191aee54ac0b65df3f8dc9.tar re3-2650fa9a9212f064f4191aee54ac0b65df3f8dc9.tar.gz re3-2650fa9a9212f064f4191aee54ac0b65df3f8dc9.tar.bz2 re3-2650fa9a9212f064f4191aee54ac0b65df3f8dc9.tar.lz re3-2650fa9a9212f064f4191aee54ac0b65df3f8dc9.tar.xz re3-2650fa9a9212f064f4191aee54ac0b65df3f8dc9.tar.zst re3-2650fa9a9212f064f4191aee54ac0b65df3f8dc9.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 025c8cb2..588c99c0 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -415,6 +415,9 @@ enum Config { #undef NO_MOVIES #undef DEBUGMENU +//#undef NASTY_GAME +//#undef NO_CDCHECK + #undef DRAW_GAME_VERSION_TEXT #undef DRAW_MENU_VERSION_TEXT @@ -424,7 +427,7 @@ enum Config { #undef PS2_MATFX #undef FIX_BUGS -#undef THIS_IS_STUPID +#define THIS_IS_STUPID #undef MORE_LANGUAGES #undef COMPATIBLE_SAVES #undef LOAD_INI_SETTINGS |