dolphin-emulator/Source/Core
JosJuice 2b376a92ae PowerPC: Correctly handle stswi/stswx to uncached memory
On real hardware, stswi and stswx don't trigger any of the special
behavior for uncached unaligned writes that was implemented in 543ed8a.
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 before 543ed8a. No games are known to be affected, but Extrems has
reported that it affects homebrew they've made.
2025-05-10 19:47:15 +02:00
..
AudioCommon AudioCommon: Make cubeb sound backend default on Linux. 2025-04-21 16:25:40 -05:00
Common LogManager: Stop using manual memory management 2025-05-02 21:14:32 +02:00
Core PowerPC: Correctly handle stswi/stswx to uncached memory 2025-05-10 19:47:15 +02:00
DiscIO Merge pull request #13597 from JosJuice/hide-boot-bin 2025-05-01 21:30:10 -04:00
DolphinNoGUI linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
DolphinQt Merge pull request #13620 from JosJuice/logmanager-cleanup 2025-05-02 15:24:34 -05:00
DolphinTool DolphinTool: Make parameter constant 2025-04-23 15:55:48 +02:00
InputCommon Merge pull request #13436 from JoshuaVandaele/clang-format-19 2025-04-30 01:17:31 -04:00
MacUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
UICommon UICommon: Include implicit header 2025-05-02 02:03:41 +03:00
UpdaterCommon
VideoBackends VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands. 2025-04-30 16:29:35 -05:00
VideoCommon Merge pull request #13535 from m-brodschi/mihaib/fix-shutdown-crash 2025-05-01 21:29:02 -04:00
WinUpdater Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #13476 from jordan-woyak/sdl-header 2025-04-25 01:49:52 +01:00
DolphinLib.vcxproj AudioCommon: Added Granular Synthesis 2025-03-14 01:22:35 -05:00
DolphinLib.vcxproj.user
DolphinLib.x64.props
VersionInfo.plist.in