mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 12:18:08 -05:00
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
This commit is contained in:
@ -4467,7 +4467,7 @@ ARMul_Emulate26 (ARMul_State * state)
|
||||
}
|
||||
/* Drop through. */
|
||||
|
||||
case 0xe0:
|
||||
//case 0xe0:
|
||||
case 0xe4:
|
||||
case 0xe6:
|
||||
case 0xe8:
|
||||
@ -4502,6 +4502,7 @@ ARMul_Emulate26 (ARMul_State * state)
|
||||
|
||||
|
||||
/* Co-Processor Register Transfers (MRC) and Data Ops. */
|
||||
case 0xe0:
|
||||
case 0xe1:
|
||||
case 0xe3:
|
||||
case 0xe5:
|
||||
|
Reference in New Issue
Block a user