Fixed borked French language

This commit is contained in:
e.bovendeur 2010-02-01 15:00:33 +00:00
parent c5c1b1e5c0
commit 0068e80b59

View File

@ -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