summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/hle/service/am/applets/applets.h4
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,