From 2fd7c3c8285c9e03516b5069a35dada6a7154f77 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 19 Apr 2007 20:17:24 +0000 Subject: Make the simulator work with unicode filenames on windows. This includes both file operations and console (debug) output. Note that the console window _must_ be configured to use a truetype font for proper unicode display. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13211 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 68f5588641..ab7f9f39b4 100644 --- a/apps/main.c +++ b/apps/main.c @@ -253,6 +253,9 @@ static void init(void) button_init(); backlight_init(); lang_init(); +#ifdef DEBUG + debug_init(); +#endif /* Must be done before any code uses the multi-screen APi */ screen_access_init(); gui_syncstatusbar_init(&statusbars); -- cgit v1.2.3