mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #4834 from lioncash/enum
Core: Actually make the State enum an enum class
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