Merge pull request #4286 from shuffle2/Aestek-clean-osd

Clean OSD messages code
This commit is contained in:
shuffle2
2016-10-03 20:09:35 -07:00
committed by GitHub
7 changed files with 132 additions and 145 deletions

View File

@ -338,6 +338,13 @@ private:
bool InitControllers();
// OSD
void OSDPrintInternalResolution();
void OSDPrintAspectRatio();
void OSDPrintEFB();
void OSDPrintFog();
void OSDPrintEmulationSpeed();
// Event table
DECLARE_EVENT_TABLE();
};