summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-01-27 16:26:08 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-01-27 16:26:08 +0100
commit843dd9b5e12c2de92fc3f0923260204eb07f3f0d (patch)
tree2fb208d9f64c1f13e952d21a5c2322e825032bf1 /src/core/config.h
parentFix doubles in ZoneCull (diff)
downloadre3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.gz
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.bz2
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.lz
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.xz
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.zst
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h
index b2c7135a..bb1ca5e3 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -392,8 +392,13 @@ enum Config {
#endif
#endif
-// IMG
-#define BIG_IMG // allows to read larger img files
+
+// Streaming
+#if !defined(_WIN32) && !defined(__SWITCH__)
+ //#define ONE_THREAD_PER_CHANNEL // Don't use if you're not on SSD/Flash - also not utilized too much right now(see commented LoadAllRequestedModels in Streaming.cpp)
+ #define FLUSHABLE_STREAMING // Make it possible to interrupt reading when processing file isn't needed anymore.
+#endif
+#define BIG_IMG // Not complete - allows to read larger img files
//#define SQUEEZE_PERFORMANCE
#ifdef SQUEEZE_PERFORMANCE
@@ -404,6 +409,8 @@ enum Config {
#define VC_RAIN_NERF // Reduces number of rain particles
#endif
+// -------
+
#if defined __MWERKS__ || defined VANILLA_DEFINES
#define FINAL
#undef CHATTYSPLASH