aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/main.c b/src/main.c
index bf30628..f612ef7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,7 +2,6 @@
2 2
3#include "common.h" 3#include "common.h"
4#include "bitmap.h" 4#include "bitmap.h"
5#include "bd-font.c"
6#include "filesystem.c" 5#include "filesystem.c"
7 6
8#include "rom.c" 7#include "rom.c"
@@ -281,13 +280,7 @@ int main(void) {
281 init_uxn(&u); 280 init_uxn(&u);
282 281
283 // Initialize text engine. 282 // Initialize text engine.
284 txt_init_hybrid( 283 txt_init(1, ppu.fg);
285 TXT_MODE_HYBRID,
286 (Font){
287 .data = bd_font,
288 .char_height = 8,
289 .char_width = 8,
290 }, ppu.fg);
291 txt_position(0,0); 284 txt_position(0,0);
292 285
293 // Main loop. 286 // Main loop.