diff options
Diffstat (limited to 'source/nds/entry.cpp')
-rw-r--r-- | source/nds/entry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nds/entry.cpp b/source/nds/entry.cpp index 33566d5..8c5d8e4 100644 --- a/source/nds/entry.cpp +++ b/source/nds/entry.cpp @@ -129,7 +129,7 @@ bool8 S9xInitUpdate () bool frame_flip = 0; -extern bool Draw_Frame_Flip(bool flip); +extern void NDSSFCDrawFrameAntialiased(); bool8 S9xDeinitUpdate (int Width, int Height, bool8 /*sixteen_bit*/) @@ -154,7 +154,7 @@ bool8 S9xDeinitUpdate (int Width, int Height, bool8 /*sixteen_bit*/) break; case 4: - frame_flip = Draw_Frame_Flip(frame_flip); + NDSSFCDrawFrameAntialiased (); break; |