mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
This commit is contained in:
parent
56e9c8304e
commit
ffec5f0799
@ -58,7 +58,8 @@ GuiImage::GuiImage(int w, int h, GXColor c)
|
||||
}
|
||||
}
|
||||
int len = w*h*4;
|
||||
DCFlushRange(image, len+len%32);
|
||||
if(len%32) len += (32-len%32);
|
||||
DCFlushRange(image, len);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user