aboutsummaryrefslogtreecommitdiff
path: root/source/nds/entry.cpp
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-02 01:18:18 -0500
committerNebuleon Fumika2013-01-02 01:18:18 -0500
commitac4de708b51da86a61da274192056e604e499e37 (patch)
tree28a0a3d9af03455320d820d8c17a5c58b475eea1 /source/nds/entry.cpp
parentc43b58481f2ef0cb44b36ff507ad12b376fdcdb0 (diff)
downloadsnesemu-ac4de708b51da86a61da274192056e604e499e37.tar.gz
snesemu-ac4de708b51da86a61da274192056e604e499e37.tar.bz2
snesemu-ac4de708b51da86a61da274192056e604e499e37.zip
Make Display Mode 4 an antialiased whole-screen mode.
* source/nds/displaymodes.cpp: Rewritten, assigned copyright to myself (GPLv2). * CATSFC/system/language.msg: Changed the English and French text for display modes.
Diffstat (limited to 'source/nds/entry.cpp')
-rw-r--r--source/nds/entry.cpp4
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;