mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00

On real hardware, stswi and stswx don't trigger any of the special behavior for uncached unaligned writes that was implemented in543ed8a
. This is confirmed by a hwtest (a new commit in https://github.com/dolphin-emu/hwtests/pull/42). This change fixes Dolphin's stswi and stswx implementations so they stop triggering the special behavior, bringing them back to the behavior they had before543ed8a
. No games are known to be affected, but Extrems has reported that it affects homebrew they've made.