mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 13:43:33 +01:00
![Pokechu22](/assets/img/avatar_default.png)
This reverts commit e140516130f18b118f5b258d366379af72cefc70. This assert triggers for AX and AXWii uCode games (including the Wii System Menu) for various addresses that seem to be 4-byte aligned. Worse still, if the DSP thread is in use (i.e. for DSP LLE recompiler, but not for DSP LLE interpreter), Dolphin completely hangs after the panic alert. Perhaps the data DMA has fewer restrictions compared to the instruction DMA? The change to DSPTool (e391a281024a8f8283160b03aa3703405e037ed7) has not been reverted, as it still fixes broken behavior for DSPSpy at -O0 on real hardware.