Revision: 535
http://cadcdev.svn.sourceforge.net/cadcdev/?rev=535&view=rev
Author: atani
Date: 2007-11-06 13:26:13 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
32x24 not 64x24
Modified Paths:
--------------
tiki/nds/src/init_shutdown.cpp
Modified: tiki/nds/src/init_shutdown.cpp
===================================================================
--- tiki/nds/src/init_shutdown.cpp 2007-11-06 20:32:59 UTC (rev 534)
+++ tiki/nds/src/init_shutdown.cpp 2007-11-06 21:26:13 UTC (rev 535)
@@ -43,7 +43,7 @@
SUB_BG1_CR = BG_64x32 | BG_COLOR_16 | BG_MAP_BASE( 2 ) | BG_TILE_BASE( 1 );
vramSetBankC( VRAM_C_SUB_BG );
memcpy( ( void * )BG_TILE_RAM_SUB( 1 ), ascii_font_bin, ascii_font_bin_size );
- debug_console = new Tiki::GL::NDSSubScreenConsole( 64, 24 );
+ debug_console = new Tiki::GL::NDSSubScreenConsole( 32, 24 );
*/
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|