Libretro buildfix

This commit is contained in:
Henrik Rydgård 2023-03-25 11:04:56 +01:00
parent d586ec0d5e
commit d0669d118d

View File

@ -1864,6 +1864,7 @@ void System_Notify(SystemNotification notification) {
}
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2, int param3) { return false; }
void System_PostUIMessage(const std::string &message, const std::string &param) {}
void System_NotifyUserMessage(const std::string &message, float duration, u32 color, const char *id) {}
void NativeUpdate() {}
void NativeRender(GraphicsContext *graphicsContext) {}
void NativeResized() {}