OnScreenDisplay: Make CallbackType an enum class

This commit is contained in:
Lioncash
2016-01-02 14:45:41 -05:00
parent 066af14272
commit edda018d54
7 changed files with 14 additions and 14 deletions

View File

@ -1520,7 +1520,7 @@ void Renderer::SwapImpl(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight, co
DrawDebugText();
// Do our OSD callbacks
OSD::DoCallbacks(OSD::OSD_ONFRAME);
OSD::DoCallbacks(OSD::CallbackType::OnFrame);
OSD::DrawMessages();
// Copy the rendered frame to the real window