mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
buildfix
This commit is contained in:
parent
7c5cc8cafd
commit
677cba6e77
1 changed files with 1 additions and 0 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue