diff --git a/core/nullDC.cpp b/core/nullDC.cpp index 229e76e40..55a4def34 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -326,12 +326,12 @@ int dc_init() return rv; } -#ifndef TARGET_DISPFRAME bool dc_is_running() { return sh4_cpu.IsCpuRunning(); } +#ifndef TARGET_DISPFRAME void dc_run() { while ( true )