![]() |
|
Japanese GCN games in non-Japanese mode - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Japanese GCN games in non-Japanese mode (/Thread-japanese-gcn-games-in-non-japanese-mode) |
Japanese GCN games in non-Japanese mode - lumclaw - 01-26-2017 Is there a way to get Dolphin to emulate the behavior of running NTSC-J games on a foreign console? A region switch (or Freeloader/modchip/etc) used on a real GameCube applies in both directions, regardless of any consequences like mojibake. Whereas Dolphin's "Force console as NTSC-J" option only forces non-Japanese games into Japanese mode. The option is ignored for Japanese games, and they always run as NTSC-J. RE: Japanese GCN games in non-Japanese mode - gamemasterplc - 01-26-2017 replace the font_sjis.bin with the font_ansi.bin RE: Japanese GCN games in non-Japanese mode - JosJuice - 01-26-2017 There's currently no such option, but you can do it by modifying Dolphin's code. Maybe you also can get the same effect by launching the game through a homebrew launcher (all GameCube DOLs and ELFs are automatically detected as NTSC-U IIRC). (01-26-2017, 10:55 PM)gamemasterplc Wrote: replace the font_sjis.bin with the font_ansi.bin That will get you closer to it, but it's not a complete solution. Also, keep in mind that these files changed name to font_japanese.bin and font_western.bin in recent development version. |