diff options
Diffstat (limited to 'src/core/hle/service/caps')
| -rw-r--r-- | src/core/hle/service/caps/caps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/caps/caps.h b/src/core/hle/service/caps/caps.h index b18adcb9d..7254055e6 100644 --- a/src/core/hle/service/caps/caps.h +++ b/src/core/hle/service/caps/caps.h | |||
| @@ -24,7 +24,7 @@ enum class AlbumImageOrientation { | |||
| 24 | Orientation3 = 3, | 24 | Orientation3 = 3, |
| 25 | }; | 25 | }; |
| 26 | 26 | ||
| 27 | enum class AlbumReportOption { | 27 | enum class AlbumReportOption : s32 { |
| 28 | Disable = 0, | 28 | Disable = 0, |
| 29 | Enable = 1, | 29 | Enable = 1, |
| 30 | }; | 30 | }; |