summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2016-03-30 14:52:59 +0200
committermailwl <mailwl@gmail.com>2016-07-04 08:54:51 +0200
commite06f2705f07b71e34ce503b045f6a81e82db91e9 (patch)
treefd62863b09208c511da9891cc419d31db5578c3d /src/core/hle/service/apt
parentMerge pull request #1935 from wwylele/fix-result-module (diff)
downloadyuzu-e06f2705f07b71e34ce503b045f6a81e82db91e9.tar
yuzu-e06f2705f07b71e34ce503b045f6a81e82db91e9.tar.gz
yuzu-e06f2705f07b71e34ce503b045f6a81e82db91e9.tar.bz2
yuzu-e06f2705f07b71e34ce503b045f6a81e82db91e9.tar.lz
yuzu-e06f2705f07b71e34ce503b045f6a81e82db91e9.tar.xz
yuzu-e06f2705f07b71e34ce503b045f6a81e82db91e9.tar.zst
yuzu-e06f2705f07b71e34ce503b045f6a81e82db91e9.zip
Diffstat (limited to 'src/core/hle/service/apt')
-rw-r--r--src/core/hle/service/apt/apt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h
index 76b3a3807..53cee4867 100644
--- a/src/core/hle/service/apt/apt.h
+++ b/src/core/hle/service/apt/apt.h
@@ -66,6 +66,8 @@ enum class AppletId : u32 {
InstructionManual = 0x115,
Notifications = 0x116,
Miiverse = 0x117,
+ MiiversePost = 0x118,
+ AmiiboSettings = 0x119,
SoftwareKeyboard1 = 0x201,
Ed1 = 0x202,
PnoteApp = 0x204,
@@ -78,6 +80,12 @@ enum class AppletId : u32 {
AnyLibraryApplet = 0x400,
SoftwareKeyboard2 = 0x401,
Ed2 = 0x402,
+ PnoteApp2 = 0x404,
+ SnoteApp2 = 0x405,
+ Error2 = 0x406,
+ Mint2 = 0x407,
+ Extrapad2 = 0x408,
+ Memolib2 = 0x409,
};
enum class StartupArgumentType : u32 {