naomi build fix

This commit is contained in:
Flyinghead 2019-03-25 21:58:54 +01:00
parent 22b08bea74
commit 815616369e
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View File

@ -48,6 +48,9 @@ reicast-ios.xccheckout
shell/linux/.map
shell/linux/nosym-reicast.elf
shell/linux/reicast.elf
shell/linux/reicast_naomi.elf
shell/linux/reicast_awave.elf
shell/linux/dispframe.elf
# Visual Studio
generated

View File

@ -71,7 +71,9 @@ void maple_vblank()
maple_ddt_pending_reset=false;
}
}
#if DC_PLATFORM == DC_PLATFORM_DREAMCAST
maple_handle_reconnect();
#endif
}
void maple_SB_MSHTCL_Write(u32 addr, u32 data)
{
@ -277,6 +279,7 @@ void maple_Term()
}
#if DC_PLATFORM == DC_PLATFORM_DREAMCAST
static u64 reconnect_time;
void maple_ReconnectDevices()
@ -293,3 +296,4 @@ static void maple_handle_reconnect()
mcfg_CreateDevices();
}
}
#endif