mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
OnScreenDisplay: Make CallbackType an enum class
This commit is contained in:
parent
066af14272
commit
edda018d54
7 changed files with 14 additions and 14 deletions
|
@ -83,7 +83,7 @@ void DoCallbacks(CallbackType type)
|
|||
}
|
||||
|
||||
// Wipe all callbacks on shutdown
|
||||
if (type == OSD_SHUTDOWN)
|
||||
if (type == CallbackType::Shutdown)
|
||||
s_callbacks.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue