aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r--src/GPU.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp
index f490f84..e2ece10 100644
--- a/src/GPU.cpp
+++ b/src/GPU.cpp
@@ -1196,7 +1196,7 @@ NonStupidBitField<Size/VRAMDirtyGranularity> VRAMTrackingSet<Size, MappingGranul
// hack for **speed**
// this could probably be done less ugly but then we would rely
// on the compiler for vectorisation
- static_assert(VRAMDirtyGranularity == 512);
+ static_assert(VRAMDirtyGranularity == 512, "");
if (MappingGranularity == 16*1024)
{
u32 dirty = ((u32*)VRAMDirty[num].Data)[i & (VRAMMask[num] >> 14)];
@@ -1388,4 +1388,4 @@ bool MakeVRAMFlat_BOBJExtPalCoherent(NonStupidBitField<8*1024/VRAMDirtyGranulari
return CopyLinearVRAM<8*1024>(VRAMFlat_BOBJExtPal, &VRAMMap_BOBJExtPal, dirty, ReadVRAM_BOBJExtPal<u64>);
}
-} \ No newline at end of file
+}