Fix build - eject_state only defined for WANT_PSX

This commit is contained in:
twinaphex 2013-03-18 03:15:18 +01:00
parent 9a2016c04f
commit 1f1501e9d1

View File

@ -266,7 +266,9 @@ static struct retro_disk_control_callback disk_interface = {
void retro_init()
{
MDFNI_InitializeModule();
#if defined(WANT_PSX_EMU)
eject_state = false;
#endif
const char *dir = NULL;