mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02: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