Merge pull request #3434 from lioncash/enum

OnScreenDisplay: Make CallbackType an enum class
This commit is contained in:
Markus Wick 2016-01-04 13:47:22 +01:00
commit ca7160f714
7 changed files with 14 additions and 14 deletions

View file

@ -1511,7 +1511,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