Stop unnecessary spam of 0x601 opcode usage
This commit is contained in:
parent
8e35a3d649
commit
c483da91a4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue