mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
fix DCFlushRange for square
This commit is contained in:
parent
5555d34e44
commit
4d6d662d02
@ -378,7 +378,7 @@ void UpdateScaling()
|
|||||||
square[3] = square[6] = xscale;
|
square[3] = square[6] = xscale;
|
||||||
square[1] = square[4] = yscale;
|
square[1] = square[4] = yscale;
|
||||||
square[7] = square[10] = -yscale;
|
square[7] = square[10] = -yscale;
|
||||||
DCFlushRange (square, sizeof(square)); // update memory BEFORE the GPU accesses it!
|
DCFlushRange (square, 32); // update memory BEFORE the GPU accesses it!
|
||||||
|
|
||||||
draw_init ();
|
draw_init ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user