naomi build fix
This commit is contained in:
parent
22b08bea74
commit
815616369e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue