Emulator Issues #4287
closedWii menu's language can't change
0%
Description
Though I set "Japanese" at Dolphin's config(System language)
and put Japanese NAND dump,Dolphin load English Wii menu.
setting-usa.txt always overwrite setting.txt, so Dolphin can't load Japanese Wii menu.
Dolphin: r7365
OS: Windows Vista 32-bit
Updated by lpfaint99 about 14 years ago
what is the version of the wii menu listed in the tools menu?
Updated by lpfaint99 about 14 years ago
If you are using the Sysconf file included with dolphin, please attempt to use a copy of the Sysconf from your nand dump
Updated by hosigumayuugi about 14 years ago
When I use my Sysconf, dolphin say "Unknown entry type 6 in SYSCONF (IPL.TLD@17b0)!"
and can't load wii menu and options.
Updated by lpfaint99 about 14 years ago
- Status changed from Accepted to Fixed
This issue was closed by revision r7514.
Updated by lpfaint99 about 14 years ago
to see the correct text change system language in Wii config to Japanese
Updated by hosigumayuugi about 14 years ago
r7514 still load English menu even if I set Japanese in Wii config.
I reinstalled dolphin and copied nand, but it was not effective.
Updated by lpfaint99 about 14 years ago
- Status changed from Fixed to Work started
as far as I can tell it is working here, but i have never used a Japanese wii
http://i53.tinypic.com/2w3atxx.png
where else should I see Japanese characters instead of Ascii?
Updated by hosigumayuugi about 14 years ago
I confirmed home menu and channel's name are Japanese,
but Wii option, today's date in wii menu and health and safety screen are English.
If setting-jpn.txt correctly copied to nand, dolphin shows
health screen
http://i51.tinypic.com/2rpp9bd.jpg
Wii option
http://i54.tinypic.com/j7f7k1.jpg
Wii menu(today's date)
http://i53.tinypic.com/15owme0.jpg
Updated by lpfaint99 about 14 years ago
ah, I see now, I was looking at \Source\Core\Core\Src\Boot\Boot_BS2Emu.cpp
and seeing that we were using settings-jpn.txt
but it was only copying it to memory and using whatever was in sysmenu data folder
Updated by lpfaint99 about 14 years ago
try it with r7522 seems to work well here
Updated by lpfaint99 about 14 years ago
- Status changed from Work started to Fixed