Stop unnecessary spam of 0x601 opcode usage
This commit is contained in:
@@ -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
|
// 0601h (1804h) is written to with 0x02000000 and 0x03000000 around a lock
|
||||||
// operation
|
// operation
|
||||||
switch (r) {
|
switch (r) {
|
||||||
|
case 0x601:
|
||||||
|
break;
|
||||||
default: {
|
default: {
|
||||||
const auto register_info = register_file_.GetRegisterInfo(r);
|
const auto register_info = register_file_.GetRegisterInfo(r);
|
||||||
if (register_info) {
|
if (register_info) {
|
||||||
|
|||||||
Reference in New Issue
Block a user