add osd to fds disk status

This commit is contained in:
retro-wertz
2017-02-20 13:20:53 +08:00
parent 38876e5ab0
commit 40fb3aa454

View File

@@ -89,6 +89,13 @@ void FCEU_DispMessage(char *format, ...)
va_end(ap); va_end(ap);
howlong = 180; howlong = 180;
#ifdef __LIBRETRO__
struct retro_message msg;
msg.msg = errmsg;
msg.frames = howlong;
environ_cb(RETRO_ENVIRONMENT_SET_MESSAGE, &msg);
#endif
} }
void FCEU_ResetMessages(void) void FCEU_ResetMessages(void)