Dolphin, the GameCube and Wii emulator - Forums

Full Version: [wii] Zelda: Twilight Princess, vast areas == slowdown
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the lastest SVN version for linux and I am noting some huge slowdown on hyrule field, seems vast areas makes the game run slower, some areas it runs at 200% speed though... do anyone know if there is a dolphin version wich fits better with zelda Twilight?
google it
This is a known issue, well not quite an issue, just that Hyrule Field requires a lot of CPU power and fast memory. The only thing you can do is right click the game on the game list, select properties and tick the box next to ZTP speedhack. That will make the game more playable in Hyrule Field, other than that there is not much that can be done.

Also next time perform a search, this "issue" and many other issues have been reported numerous times throughout several threads, and is even listed in the official discussion thread for this game located here: http://forums.dolphin-emu.org/showthread.php?tid=6498

Or here since you have the Wiii version: http://forums.dolphin-emu.org/showthread.php?tid=66
i wonder how much improvement could be gained through creating command lists
Quote:i wonder how much improvement could be gained through creating command lists

Dlist caching doesn't help at all and I imagine command list caching wouldn't either. The only reason it slows down is because we don't have enough memory bandwidth.
dlist caching/command caching is not command buffers.

im talking about removing cpu overhead from the main thread by recording draw calls to the dx11 command buffer and playing them back to the main thread in real time.

copy to ram is not as bandwidth saturated as i thought.