Files
dolphin/Source/Core/Core
Michael Maltese 2267ddeb17 DSPAssembler: fix handling of P_REG1C
`P_REG1C` had the same value as `P_ACCL`, so was causing spurious errors
when used with ACCM registers. Gcdsptool (which calls this `P_ACCLM`)
gives it the value `P_REG | 0x1c10` instead, and handles errors in the
same block as other REG## enums.
2017-06-03 15:16:39 -07:00
..
2017-06-03 15:16:39 -07:00
2017-05-22 22:44:21 +01:00
2017-06-03 18:01:25 +02:00
2017-06-03 18:01:25 +02:00
2017-06-03 19:05:35 +02:00
2017-04-25 09:20:09 +01:00
2017-03-27 23:46:19 -04:00
2017-05-19 22:21:07 +02:00
2017-05-26 00:53:58 -07:00