mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 09:22:56 -05:00
k_server_session: preliminary support for userspace server sessions
This commit is contained in:
@ -111,6 +111,7 @@ public:
|
||||
LOG_ERROR(Core_ARM,
|
||||
"Unimplemented instruction @ 0x{:X} for {} instructions (instr = {:08X})", pc,
|
||||
num_instructions, memory.Read32(pc));
|
||||
ReturnException(pc, ARM_Interface::no_execute);
|
||||
}
|
||||
|
||||
void InstructionCacheOperationRaised(Dynarmic::A64::InstructionCacheOperation op,
|
||||
|
Reference in New Issue
Block a user