diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-12-19 09:49:19 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-12-19 09:49:19 +0100 |
commit | bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81 (patch) | |
tree | 60a71d84db48dc7b70ce71dbfe593ec8372e3b6d /src/core/config.h | |
parent | Merge remote-tracking branch 'upstream/miami' into miami (diff) | |
download | re3-bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81.tar re3-bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81.tar.gz re3-bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81.tar.bz2 re3-bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81.tar.lz re3-bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81.tar.xz re3-bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81.tar.zst re3-bf90fed2b75fc05a9db5b7d102d1dc4c13bf8c81.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/config.h b/src/core/config.h index 99f2c156..c46adcd8 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -371,7 +371,3 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #undef PS2_ALPHA_TEST #undef NO_ISLAND_LOADING #endif - -#ifdef LIBRW -// these are not supported with librw yet -#endif |