diff --git a/src/core/cpu_core.cpp b/src/core/cpu_core.cpp index 9162bac4d..651353616 100644 --- a/src/core/cpu_core.cpp +++ b/src/core/cpu_core.cpp @@ -421,6 +421,10 @@ void CPU::RaiseBreakException(u32 CAUSE_bits, u32 EPC, u32 instruction_bits) return; } } + else + { + WARNING_LOG("PCDrv is not enabled, break HLE will not be executed."); + } // normal exception RaiseException(CAUSE_bits, EPC, GetExceptionVector());