We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68d32cd + 63bcb44 commit 34165b2Copy full SHA for 34165b2
saturnringlib/srl_cram.hpp
@@ -241,7 +241,7 @@ namespace SRL
241
break;
242
243
case CRAM::TextureColorMode::Paletted64:
244
- for (int32_t id = 0; id < 32 && freeBank < 0; (((uint8_t*)CRAM::AllocationMask)[id >> 1] & (id % 2 == 0 ? 0x0f : 0xf0) == 0) ? freeBank = id : id++);
+ for (int32_t id = 0; id < 32 && freeBank < 0; ((((uint8_t*)CRAM::AllocationMask)[id >> 1] & (id % 2 == 0 ? 0x0f : 0xf0)) == 0) ? freeBank = id : id++);
245
246
247
case CRAM::TextureColorMode::Paletted16:
0 commit comments