Files
dolphin/Source/Core/Core
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
..
2018-06-18 16:03:05 -04:00
2018-05-26 11:33:13 +02:00
2018-04-12 21:28:39 +02:00
2017-04-25 09:20:09 +01:00
2017-03-27 23:46:19 -04:00
2018-05-21 15:11:25 +02:00
2018-03-16 22:56:54 +01:00
2018-06-03 20:45:35 +02:00
2018-04-12 22:16:37 +02:00