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
..
GC dsp_rom: skip bootucode_ax when running from entrypoint 2017-08-10 10:53:12 -07:00
GameSettings GameINI: Add a game patch to work around dcache issue (RX4E4Z) 2018-03-02 12:07:17 +01:00
Maps Overlay the user Maps/ over the shared one to avoid copying files 2013-09-14 06:08:29 +02:00
Resources Remove invalid iCCP chunks from debugger toolbar icon pngs. 2016-08-02 18:18:11 +10:00
Shaders code adjustments in response to review 2016-09-13 10:52:14 -05:00
Themes Add new Hi-DPI themed rating stars 2017-05-25 19:32:46 -07:00
Wii/shared2 Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00
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 Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-en.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-es.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-fr.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-it.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-ja.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-ko.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-nl.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-pt.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-ru.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-zh_CN.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00
wiitdb-zh_TW.txt Include the latest WiiTDB 2017-05-21 18:57:55 +02:00