dolphin/Data/Sys
Léo Lam 289ed21140 GameINI: Add a game patch to work around dcache issue (RX4E4Z)
Work around a dcache issue by preventing the game from doing
something pointless.

The game's DVD read function writes 0x87654321 to the entire read
buffer and 0x12345678 to the last 4 bytes. It then calls DVDReadAsync()
and without waiting for the read to complete at all, it checks if the
last 4 bytes are still 0x12345678. If they are, then the game fails.

The check always passes on console because DVDReadAsync() calls
issueCommand(), which calls DCInvalidateRange(read_buffer) (dcbi).

Dolphin cannot emulate this without an extremely significant
performance hit.
2018-03-02 12:07:17 +01:00
..
GameSettings GameINI: Add a game patch to work around dcache issue (RX4E4Z) 2018-03-02 12:07:17 +01:00
GC
Maps
Resources
Shaders
Themes
Wii/shared2
codehandler.bin Clean up codehandler a little; stash msr on stack to preserve 2018-02-03 13:07:25 +08:00
totaldb.dsy totaldb.dsy: RecvFrom and SendTo added 2017-11-19 23:18:50 +01:00
wiitdb-de.txt
wiitdb-en.txt
wiitdb-es.txt
wiitdb-fr.txt
wiitdb-it.txt
wiitdb-ja.txt
wiitdb-ko.txt
wiitdb-nl.txt
wiitdb-pt.txt
wiitdb-ru.txt
wiitdb-zh_CN.txt
wiitdb-zh_TW.txt