diff options
| author | 2021-11-01 14:17:53 -0600 | |
|---|---|---|
| committer | 2021-11-24 20:30:26 -0600 | |
| commit | 77fa4d4bf60526826ef8b53ee3870f7d2a761976 (patch) | |
| tree | 3c6c07d535bd912ed085be9b826103a6eabe718f /src/common/input.h | |
| parent | settings: Fix Debug controller type options (diff) | |
| download | yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.tar.gz yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.tar.xz yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.zip | |
second commit lion review
Diffstat (limited to 'src/common/input.h')
| -rw-r--r-- | src/common/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/input.h b/src/common/input.h index 16b1e6f1b..12acd8785 100644 --- a/src/common/input.h +++ b/src/common/input.h | |||
| @@ -29,7 +29,7 @@ enum class InputType { | |||
| 29 | Ir, | 29 | Ir, |
| 30 | }; | 30 | }; |
| 31 | 31 | ||
| 32 | enum class BatteryLevel { | 32 | enum class BatteryLevel : u32 { |
| 33 | None, | 33 | None, |
| 34 | Empty, | 34 | Empty, |
| 35 | Critical, | 35 | Critical, |