mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2025-02-13 05:10:26 +00:00
Fix build - eject_state only defined for WANT_PSX
This commit is contained in:
parent
9a2016c04f
commit
1f1501e9d1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user