Merge pull request #4834 from lioncash/enum

Core: Actually make the State enum an enum class
This commit is contained in:
Mat M 2017-02-06 02:43:35 -05:00 committed by GitHub
commit 11d1d227da
1 changed files with 1 additions and 1 deletions

View File

@ -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,