diff options
Diffstat (limited to 'Source/Gfx.c')
| -rw-r--r-- | Source/Gfx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Gfx.c b/Source/Gfx.c index a55d667..c10e51c 100644 --- a/Source/Gfx.c +++ b/Source/Gfx.c @@ -118,8 +118,8 @@ void GfxSwapBuffers(void) DrawEnv.y = DOUBLE_BUFFERING_SWAP_Y; } - GsSetDispEnv_DMA(&DispEnv); - GsSetDrawEnv_DMA(&DrawEnv); + GsSetDispEnv(&DispEnv); + GsSetDrawEnv(&DrawEnv); } } |
