mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-13 07:00:47 -05: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