diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h index 7b79e1f3e..5492ee6c1 100644 --- a/src/core/hle/service/apt/apt.h +++ b/src/core/hle/service/apt/apt.h @@ -77,7 +77,7 @@ enum class AppletId : u32 { HomeMenu = 0x101, AlternateMenu = 0x103, Camera = 0x110, - FriendsList = 0x112, + FriendList = 0x112, GameNotes = 0x113, InternetBrowser = 0x114, InstructionManual = 0x115, @@ -95,6 +95,7 @@ enum class AppletId : u32 { Extrapad = 0x208, Memolib = 0x209, Application = 0x300, + Tiger = 0x301, AnyLibraryApplet = 0x400, SoftwareKeyboard2 = 0x401, Ed2 = 0x402,