dolphin-emulator/Source/Core/Core
comex 4add0f55e0 Fix SDIO HLE writing garbage to memory.
When servicing a write-register request, it wrote the contents to the
register offset plus 0x8d070000, which corresponds to the actual
hardware registers, presumably in case the application wanted to read
them directly rather than with a read-register request.  WriteToHardware
doesn't handle cached writes to registers, so it decided the address was
RAM, applied RAM_MASK, and happily wrote the register contents to
0x81070000, causing random corruption.  Since the PPC does not normally
have access to those registers, there is no reason to be doing this in
the first place.  Use a member to store these values instead.

(Also add a proper DoState.)
2013-09-09 23:57:51 -04:00
..
Src Fix SDIO HLE writing garbage to memory. 2013-09-09 23:57:51 -04:00
CMakeLists.txt [ARM] Implement psq_l for 2x float loads. Couldn't find a game using quantized loads. Huge speed boost to Ikaruga and THP movies with this one. 2013-09-07 17:44:10 +00:00
Core.vcxproj Merge branch 'master' into wii-network 2013-08-23 00:51:12 +12:00
Core.vcxproj.filters Merge branch 'master' into wii-network 2013-08-23 00:51:12 +12:00