diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
| commit | 99c78680de41fc627ec5d2737b2639605e87ae32 (patch) | |
| tree | a3e5eb7c03f1de53dc6a0461d88527a6f1b8fd05 /src/d/d_resorce.cpp | |
| parent | 6610bf1d1ca48bacda8fcbe3803a7c3b8c6cf214 (diff) | |
Fix version defines
Diffstat (limited to 'src/d/d_resorce.cpp')
| -rw-r--r-- | src/d/d_resorce.cpp | 2 |
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); |
