OSD: Add semantics, move the the OSD state to common (while keeping the renderer in the UI).
This commit is contained in:
parent
d6552a7673
commit
7cc8c6cea4
30 changed files with 204 additions and 179 deletions
|
@ -99,7 +99,6 @@ bool System_GetPropertyBool(SystemProperty prop) {
|
|||
}
|
||||
void System_Notify(SystemNotification notification) {}
|
||||
void System_PostUIMessage(const std::string &message, const std::string ¶m) {}
|
||||
void System_NotifyUserMessage(const std::string &message, float duration, u32 color, const char *id) {}
|
||||
void System_AudioGetDebugStats(char *buf, size_t bufSize) { if (buf) buf[0] = '\0'; }
|
||||
void System_AudioClear() {}
|
||||
void System_AudioPushSamples(const s32 *audio, int numSamples) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue