mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
Fixed borked French language
This commit is contained in:
parent
c5c1b1e5c0
commit
0068e80b59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user