From ba8e9dcab06ac9e56b84173d52c04127e96731b0 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 2 Oct 2018 12:29:29 -0400 Subject: [PATCH] link error with dispframe --- core/nullDC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )