mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Actually fix headless build, doh
This commit is contained in:
parent
628bf497dd
commit
109decf481
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ void NativeRender() { }
|
|||
|
||||
std::string System_GetProperty(SystemProperty prop) { return ""; }
|
||||
void System_SendMessage(const char *command, const char *parameter) {}
|
||||
bool System_InputBoxGetWString(const wchar_t *title, const std::wstring &defaultvalue, std::wstring &outvalue) { return false; }
|
||||
|
||||
#ifndef _WIN32
|
||||
InputState input_state;
|
||||
|
|
Loading…
Add table
Reference in a new issue