dolphin/Data
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
..
Sys GameSettings: fix startup hang in Moki Moki 2025-03-30 00:48:22 +00:00
51-usb-device.rules
cpack_package_description.txt
dolphin-emu-nogui.6
dolphin-emu.6
dolphin-emu.desktop Enforce XCB within code 2025-01-20 11:57:21 +01:00
dolphin-emu.png Logo refresh for android, windows, and linux 2024-07-01 06:29:57 -07:00
dolphin-emu.svg linuxiconflatpakrules 2024-07-03 05:20:00 -07:00
Dolphin.icns Data: Add new macOS app icon 2024-06-30 17:24:52 -04:00
license.txt Revert "windows: distribute vcredist loose files" 2022-09-16 10:33:39 +02:00