mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Actually make the State enum an enum class
It helps if I actually make it a strongly typed enum.
This commit is contained in:
@ -28,7 +28,7 @@ void SetIsThrottlerTempDisabled(bool disable);
|
||||
|
||||
void Callback_VideoCopiedToXFB(bool video_update);
|
||||
|
||||
enum State
|
||||
enum class State
|
||||
{
|
||||
Uninitialized,
|
||||
Paused,
|
||||
|
Reference in New Issue
Block a user