diff options
| author | 2023-11-05 18:27:24 -0500 | |
|---|---|---|
| committer | 2023-11-05 18:27:24 -0500 | |
| commit | dfbc22c2916f68d407d00898fbc712c3cbcedd86 (patch) | |
| tree | 6939420b387e4dee2f491214d81c4952ece5ccbb | |
| parent | renderer_vulkan: render on bottom of surface clip when flipped (#11894) (diff) | |
| parent | service: am: Set the correct album program id (diff) | |
| download | yuzu-dfbc22c2916f68d407d00898fbc712c3cbcedd86.tar.gz yuzu-dfbc22c2916f68d407d00898fbc712c3cbcedd86.tar.xz yuzu-dfbc22c2916f68d407d00898fbc712c3cbcedd86.zip | |
Merge pull request #11971 from german77/recent
service: am: Set the correct album program id
| -rw-r--r-- | src/core/hle/service/am/applets/applets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/am/applets/applets.h b/src/core/hle/service/am/applets/applets.h index a6c322458..0bf2598b7 100644 --- a/src/core/hle/service/am/applets/applets.h +++ b/src/core/hle/service/am/applets/applets.h | |||
| @@ -82,8 +82,8 @@ enum class AppletProgramId : u64 { | |||
| 82 | MiiEdit = 0x0100000000001009ull, | 82 | MiiEdit = 0x0100000000001009ull, |
| 83 | Web = 0x010000000000100Aull, | 83 | Web = 0x010000000000100Aull, |
| 84 | Shop = 0x010000000000100Bull, | 84 | Shop = 0x010000000000100Bull, |
| 85 | OverlayDisplay = 0x01000000000100Cull, | 85 | OverlayDisplay = 0x010000000000100Cull, |
| 86 | PhotoViewer = 0x01000000000100Dull, | 86 | PhotoViewer = 0x010000000000100Dull, |
| 87 | Settings = 0x010000000000100Eull, | 87 | Settings = 0x010000000000100Eull, |
| 88 | OfflineWeb = 0x010000000000100Full, | 88 | OfflineWeb = 0x010000000000100Full, |
| 89 | LoginShare = 0x0100000000001010ull, | 89 | LoginShare = 0x0100000000001010ull, |