![]() |
|
Fix for PAL60 games - 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: Android (https://forums.dolphin-emu.org/Forum-android) +--- Thread: Fix for PAL60 games (/Thread-fix-for-pal60-games) |
Fix for PAL60 games - deviloper - 11-06-2018 Hi there I tried to play Fortune Street (Boom Street) on PC and Android With a default dolphin setup, you a message that 60Hz Mode is required On PC i was able to fix it by activating the PAL60 setting (on Settings -> Wii) On android this setting doesn't exists, so there is a way to get it fixed? Thanks in advance RE: Fix for PAL60 games - Showman - 11-07-2018 This setting is available in weihuoya mode. See that thread on this forum. I'm wondering why the developers don't implement this feature in official builds? In some cases this option is able to increase gameplay speed. RE: Fix for PAL60 games - Helios - 11-07-2018 Because we have 1 (one) Android UI developer at any given time and the rest of us don't care. RE: Fix for PAL60 games - Showman - 11-10-2018 Ok, so if anybody is familiar with HEX editors there is a way to turn on/off PAL60 mode for PAL Wii games editing SYSCONF file (dolphin-emu\wii\shared2\sys): @ offset 17BB -> 01 means PAL60 is turned on. 00 means PAL60 is turned off (the PAL game will be running at 50Hz, which can increase a bit gameplay speed in some cases if your device is too slow to run the game full speed) |