link error with dispframe

This commit is contained in:
Flyinghead 2018-10-02 12:29:29 -04:00
parent 0627530e33
commit ba8e9dcab0
1 changed files with 1 additions and 1 deletions

View File

@ -326,12 +326,12 @@ int dc_init()
return rv; return rv;
} }
#ifndef TARGET_DISPFRAME
bool dc_is_running() bool dc_is_running()
{ {
return sh4_cpu.IsCpuRunning(); return sh4_cpu.IsCpuRunning();
} }
#ifndef TARGET_DISPFRAME
void dc_run() void dc_run()
{ {
while ( true ) while ( true )