summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_s.cpp
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-09-25 02:09:13 +0200
committerSubv <subv2112@gmail.com>2017-09-26 06:47:50 +0200
commite27ae046960e20144892cf8252d8a672a48b0123 (patch)
treea9bebb5f7732ff29ef12f1eb00dede038b18ccdd /src/core/hle/service/apt/apt_s.cpp
parentMerge pull request #2928 from huwpascoe/master (diff)
downloadyuzu-e27ae046960e20144892cf8252d8a672a48b0123.tar
yuzu-e27ae046960e20144892cf8252d8a672a48b0123.tar.gz
yuzu-e27ae046960e20144892cf8252d8a672a48b0123.tar.bz2
yuzu-e27ae046960e20144892cf8252d8a672a48b0123.tar.lz
yuzu-e27ae046960e20144892cf8252d8a672a48b0123.tar.xz
yuzu-e27ae046960e20144892cf8252d8a672a48b0123.tar.zst
yuzu-e27ae046960e20144892cf8252d8a672a48b0123.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/apt/apt_s.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/apt/apt_s.cpp b/src/core/hle/service/apt/apt_s.cpp
index ec5668d05..cf74c2a36 100644
--- a/src/core/hle/service/apt/apt_s.cpp
+++ b/src/core/hle/service/apt/apt_s.cpp
@@ -20,7 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00090040, nullptr, "IsRegistered"},
{0x000A0040, nullptr, "GetAttribute"},
{0x000B0040, InquireNotification, "InquireNotification"},
- {0x000C0104, nullptr, "SendParameter"},
+ {0x000C0104, SendParameter, "SendParameter"},
{0x000D0080, ReceiveParameter, "ReceiveParameter"},
{0x000E0080, GlanceParameter, "GlanceParameter"},
{0x000F0100, nullptr, "CancelParameter"},
@@ -38,7 +38,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x001B00C4, nullptr, "StartApplication"},
{0x001C0000, nullptr, "WakeupApplication"},
{0x001D0000, nullptr, "CancelApplication"},
- {0x001E0084, nullptr, "StartLibraryApplet"},
+ {0x001E0084, StartLibraryApplet, "StartLibraryApplet"},
{0x001F0084, nullptr, "StartSystemApplet"},
{0x00200044, nullptr, "StartNewestHomeMenu"},
{0x00210000, nullptr, "OrderToCloseApplication"},