Stop unnecessary spam of 0x601 opcode usage

This commit is contained in:
Gliniak 2022-01-06 21:35:43 +01:00
parent 8e35a3d649
commit c483da91a4
1 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,8 @@ void XmaDecoder::WriteRegister(uint32_t addr, uint32_t value) {
// 0601h (1804h) is written to with 0x02000000 and 0x03000000 around a lock
// operation
switch (r) {
case 0x601:
break;
default: {
const auto register_info = register_file_.GetRegisterInfo(r);
if (register_info) {