summaryrefslogtreecommitdiff
path: root/src/d/d_resorce.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-19 20:17:13 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-19 20:17:13 -0400
commit99c78680de41fc627ec5d2737b2639605e87ae32 (patch)
treea3e5eb7c03f1de53dc6a0461d88527a6f1b8fd05 /src/d/d_resorce.cpp
parent6610bf1d1ca48bacda8fcbe3803a7c3b8c6cf214 (diff)
Fix version defines
Diffstat (limited to 'src/d/d_resorce.cpp')
-rw-r--r--src/d/d_resorce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_resorce.cpp b/src/d/d_resorce.cpp
index c2ec594e..846b9687 100644
--- a/src/d/d_resorce.cpp
+++ b/src/d/d_resorce.cpp
@@ -455,7 +455,7 @@ int dRes_info_c::setRes() {
u32 heapSize = mDataHeap->getHeapSize();
void* heapStartAddr = mDataHeap->getStartAddr();
-#if VERSION == VERSION_JPN
+#if VERSION <= VERSION_JPN
DCFlushRangeNoSync(heapStartAddr, heapSize);
#else
DCStoreRangeNoSync(heapStartAddr, heapSize);