mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
OnScreenDisplay: Make CallbackType an enum class
This commit is contained in:
@ -150,7 +150,7 @@ void SWRenderer::Swap(u32 fbWidth, u32 fbHeight)
|
||||
s_bScreenshot.store(false);
|
||||
}
|
||||
|
||||
OSD::DoCallbacks(OSD::OSD_ONFRAME);
|
||||
OSD::DoCallbacks(OSD::CallbackType::OnFrame);
|
||||
|
||||
DrawDebugText();
|
||||
|
||||
|
Reference in New Issue
Block a user