diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-12-02 20:12:24 -0500 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-12-02 20:12:24 -0500 |
| commit | f138731e2fc46d44ae2dc3a15e0dd435d65ddb8d (patch) | |
| tree | d56f29c0e1672b24453d5eef28943c83345622ad /src/core/hle/service/caps | |
| parent | 8a613f6c8f60d504d167970661b7a2a5e636c8d5 (diff) | |
service: am: ISelfController: Stub SaveCurrentScreenshot
- Used by Disney Magical World 2: Enchanted Edition
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 { Orientation3 = 3, }; -enum class AlbumReportOption { +enum class AlbumReportOption : s32 { Disable = 0, Enable = 1, }; |
