From 8b864a74e92b919da27c02394d7e3df0c26f1bf7 Mon Sep 17 00:00:00 2001 From: Dragios Date: Sun, 10 Dec 2017 07:38:56 +0800 Subject: [PATCH] Add new AppID (eShop) --- src/core/hle/service/apt/apt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,