diff --git a/README.md b/README.md index 4836def27..df9827c07 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3967. +This is the source code for early-access 3968. ## Legal Notice diff --git a/src/core/hle/service/am/applets/applets.h b/src/core/hle/service/am/applets/applets.h index 3a4ab4ab5..8f7eaa0f0 100755 --- 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 { MiiEdit = 0x0100000000001009ull, Web = 0x010000000000100Aull, Shop = 0x010000000000100Bull, - OverlayDisplay = 0x01000000000100Cull, - PhotoViewer = 0x01000000000100Dull, + OverlayDisplay = 0x010000000000100Cull, + PhotoViewer = 0x010000000000100Dull, Settings = 0x010000000000100Eull, OfflineWeb = 0x010000000000100Full, LoginShare = 0x0100000000001010ull,