7 lines
109 B
C
7 lines
109 B
C
|
#include "sysemu/sysemu.h"
|
||
|
|
||
|
bool runstate_check(RunState state)
|
||
|
{
|
||
|
return state == RUN_STATE_PRELAUNCH;
|
||
|
}
|