Display RTC on OSD

This commit is contained in:
Chris Burgener
2016-07-19 20:23:25 -04:00
parent e21cc8937b
commit 0ef1ee7a83
11 changed files with 41 additions and 1 deletions

View File

@ -179,6 +179,7 @@ void CheckWiimoteStatus(int wiimote, u8* data, const struct WiimoteEmu::ReportFe
int ext, const wiimote_key key);
std::string GetInputDisplay();
std::string GetRTCDisplay();
// Done this way to avoid mixing of core and gui code
typedef void (*GCManipFunction)(GCPadStatus*, int);