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:
parent
b9fc79020d
commit
259f827e34
|
@ -28,7 +28,7 @@ void SetIsThrottlerTempDisabled(bool disable);
|
||||||
|
|
||||||
void Callback_VideoCopiedToXFB(bool video_update);
|
void Callback_VideoCopiedToXFB(bool video_update);
|
||||||
|
|
||||||
enum State
|
enum class State
|
||||||
{
|
{
|
||||||
Uninitialized,
|
Uninitialized,
|
||||||
Paused,
|
Paused,
|
||||||
|
|
Loading…
Reference in New Issue