From 0068e80b59acea1e9ae5e0411181aa832a9e6c21 Mon Sep 17 00:00:00 2001 From: "e.bovendeur" Date: Mon, 1 Feb 2010 15:00:33 +0000 Subject: [PATCH] Fixed borked French language --- source/fatmounter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/fatmounter.c b/source/fatmounter.c index 9622b343..a9fb0754 100644 --- a/source/fatmounter.c +++ b/source/fatmounter.c @@ -152,6 +152,8 @@ s32 MountNTFS(u32 sector) //Wpad_WaitButtons(); _FAT_mem_init(); + ntfsInit(); // Call ntfs init here, to prevent locale resets + // ntfsInit resets locale settings // which breaks unicode in console // so we change it back to C-UTF-8