From 677cba6e77fc63eebb26501b20b4037da1bc2beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Fri, 24 Mar 2023 23:04:14 +0100 Subject: [PATCH] buildfix --- libretro/libretro.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro/libretro.cpp b/libretro/libretro.cpp index 88b38fb7e5..ed9d3ed1ad 100644 --- a/libretro/libretro.cpp +++ b/libretro/libretro.cpp @@ -1874,6 +1874,7 @@ void System_Notify(SystemNotification notification) { } } bool System_MakeRequest(SystemRequestType type, int requestId, const std::string ¶m1, const std::string ¶m2, int param3) { return false; } +void System_PostUIMessage(const std::string &message, const std::string ¶m) {} void NativeUpdate() {} void NativeRender(GraphicsContext *graphicsContext) {} void NativeResized() {}