dolphin/Source
Lioncash d0fbba9ac1 Interpreter_SystemRegisters: Handle mtspr to HID1 and PVR properly
Despite both being documented as read-only registers, only one of them
is truly read-only. An mtspr to HID1 will steamroll bits 0-4 with
bits 0-4 of whatever value is currently in the source register, the rest
of the bits are not modified as bits 5-31 are considered reserved, so
these ignore writes to them.

PVR on the other hand, is truly a read-only register. Attempts to write
to it don't modify the value within it, so we model this behavior.
2018-06-20 18:50:33 -04:00
..
Android Merge pull request #7120 from Ebola16/313 2018-06-15 19:54:49 +02:00
Core Interpreter_SystemRegisters: Handle mtspr to HID1 and PVR properly 2018-06-20 18:50:33 -04:00
DSPSpy
DSPTool Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
PCH
UnitTests PowerPC: Convert CPUCore enum into an enum class 2018-06-15 10:27:59 -04:00
VSProps Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
.clang-format Reformat all the things! 2018-04-12 21:28:39 +02:00
CMakeLists.txt CMakeLists: Remove add_dolphin_library macro 2018-04-02 08:31:56 -04:00
dolphin-emu.sln Make DolphinQT2 the default project in dolphin-emu.sln 2018-05-29 20:26:51 -04:00