link error with dispframe
This commit is contained in:
parent
0627530e33
commit
ba8e9dcab0
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue