Skip to content
Snippets Groups Projects
Unverified Commit dfbc22c2 authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #11971 from german77/recent

service: am: Set the correct album program id
parents a423e0f9 a5a3167e
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ enum class AppletProgramId : u64 {
MiiEdit = 0x0100000000001009ull,
Web = 0x010000000000100Aull,
Shop = 0x010000000000100Bull,
OverlayDisplay = 0x01000000000100Cull,
PhotoViewer = 0x01000000000100Dull,
OverlayDisplay = 0x010000000000100Cull,
PhotoViewer = 0x010000000000100Dull,
Settings = 0x010000000000100Eull,
OfflineWeb = 0x010000000000100Full,
LoginShare = 0x0100000000001010ull,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment