dolphin/Data/Sys
Tillmann Karras 7e57834691 GameSettings: fix startup hang in Moki Moki
The game sets up a fifo breakpoint callback that just writes a flag to
memory. The hang occurs right after calling GXEnableBreakPt(). It is a
busy loop that repeatedly compares the same register without reloading
it from memory. I guess the developers forgot to make the variable
atomic and never noticed because on hardware the breakpoint is hit
immediately so the flag is already set when it is loaded for the first
(and only) time. This patch grows the loop by one instruction to include
the flag load in the loop.
2025-03-30 00:48:22 +00:00
..
GameSettings GameSettings: fix startup hang in Moki Moki 2025-03-30 00:48:22 +00:00
GC dsp_rom: Remove illegal use of AX with SRS 2021-08-22 10:49:46 -07:00
Load/GraphicMods GraphicMods: Fix typo in DBZ Budokai Tenkaichi 3/metadata.json 2025-03-04 04:35:10 -05:00
Profiles/Wiimote WiimoteEmu: Set sensible defaults for IR Object expressions. 2024-03-11 22:51:57 +01:00
Resources Logo refresh for android, windows, and linux 2024-07-01 06:29:57 -07:00
Shaders Data: fix various typos 2025-03-10 16:54:34 -04:00
Themes Add icons for assembler widget 2023-12-13 05:32:41 -08:00
Wii/shared2/wc24 Data: Correct wc24recv.ctl file 2023-12-03 21:07:12 -05:00
ApprovedInis.json Gecko/AR Batch Approval 2025-01-19 22:20:31 -05:00
codehandler.bin fixed 'Load into Gecko Register' codetype 2019-05-13 21:48:40 -07:00
totaldb.dsy totaldb.dsy: RecvFrom and SendTo added 2017-11-19 23:18:50 +01:00
wiitdb-de.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-en.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-es.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-fr.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-it.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-ja.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-ko.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-nl.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-pt.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-ru.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-zh_CN.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00
wiitdb-zh_TW.txt Sys: Sync wiitdb files with GameTDB 2024-11-14 13:05:38 -07:00