mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-15 16:33:15 -03:00
OnScreenDisplay: Make CallbackType an enum class
This commit is contained in:
@@ -83,7 +83,7 @@ void DoCallbacks(CallbackType type)
|
||||
}
|
||||
|
||||
// Wipe all callbacks on shutdown
|
||||
if (type == OSD_SHUTDOWN)
|
||||
if (type == CallbackType::Shutdown)
|
||||
s_callbacks.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user