Port the file browser spawned by the Load button to the new request stuff

This commit is contained in:
Henrik Rydgård 2023-03-22 15:21:03 +01:00
parent 47ae31e293
commit 70f0ac04af
12 changed files with 63 additions and 17 deletions

View file

@ -1874,7 +1874,7 @@ void System_Notify(SystemNotification notification) {
break;
}
}
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2) { return false; }
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2, int param3) { return false; }
void System_SendMessage(const char *command, const char *parameter) {}
void NativeUpdate() {}
void NativeRender(GraphicsContext *graphicsContext) {}