diff options
| author | Mat M <mathew1800@gmail.com> | 2017-02-06 02:43:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-06 02:43:35 -0500 |
| commit | 11d1d227da01b03722a0154f003e197155fdfd73 (patch) | |
| tree | 659a582892892f1d5f9af20ba5c7c490197ace58 /Source/Core | |
| parent | b9fc79020d16e264b8b5215c801a828f32c93cbc (diff) | |
| parent | 259f827e34f953eebce020a7f30cc4079bee6ae3 (diff) | |
Merge pull request #4834 from lioncash/enum
Core: Actually make the State enum an enum class
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/Core.h b/Source/Core/Core/Core.h index eb81ba2ff4..7b94844f87 100644 --- a/Source/Core/Core/Core.h +++ b/Source/Core/Core/Core.h @@ -28,7 +28,7 @@ void SetIsThrottlerTempDisabled(bool disable); void Callback_VideoCopiedToXFB(bool video_update); -enum State +enum class State { Uninitialized, Paused, |
