mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Fixup libretro logging
This commit is contained in:
parent
0ce3a02f9a
commit
2c5cc0966e
@ -356,6 +356,12 @@ static struct retro_disk_control_callback disk_interface = {
|
||||
|
||||
void retro_init()
|
||||
{
|
||||
struct retro_log_callback log;
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_LOG_INTERFACE, &log))
|
||||
log_cb = log.log;
|
||||
else
|
||||
log_cb = NULL;
|
||||
|
||||
MDFNI_InitializeModule();
|
||||
#if defined(WANT_PSX_EMU)
|
||||
eject_state = false;
|
||||
|
Loading…
Reference in New Issue
Block a user