mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #4286 from shuffle2/Aestek-clean-osd
Clean OSD messages code
This commit is contained in:
@ -338,6 +338,13 @@ private:
|
||||
|
||||
bool InitControllers();
|
||||
|
||||
// OSD
|
||||
void OSDPrintInternalResolution();
|
||||
void OSDPrintAspectRatio();
|
||||
void OSDPrintEFB();
|
||||
void OSDPrintFog();
|
||||
void OSDPrintEmulationSpeed();
|
||||
|
||||
// Event table
|
||||
DECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
Reference in New Issue
Block a user