Put braces around a possible nop.
This commit is contained in:
parent
2c154a932a
commit
8ecd2ee393
|
@ -820,8 +820,9 @@ static inline void MMU_VRAMmapControl(u8 block, u8 VRAMBankCnt)
|
||||||
//if texInfo changed, trigger notifications
|
//if texInfo changed, trigger notifications
|
||||||
if(memcmp(&oldTexInfo,&ARM9Mem.texInfo,sizeof(ARM9_struct::TextureInfo)))
|
if(memcmp(&oldTexInfo,&ARM9Mem.texInfo,sizeof(ARM9_struct::TextureInfo)))
|
||||||
{
|
{
|
||||||
if(!nds.isIn3dVblank())
|
if(!nds.isIn3dVblank()) {
|
||||||
PROGINFO("Changing texture or texture palette mappings outside of 3d vblank\n");
|
PROGINFO("Changing texture or texture palette mappings outside of 3d vblank\n");
|
||||||
|
}
|
||||||
gpu3D->NDS_3D_VramReconfigureSignal();
|
gpu3D->NDS_3D_VramReconfigureSignal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue