aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt_a.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-01-20 12:55:53 -0500
committerbunnei <bunneidev@gmail.com>2015-01-20 12:55:53 -0500
commitcbbe9e1500dacd3faaa9a93ecc4b10e5d96ee959 (patch)
tree129d5377fb7190121e2ba1c26a3b771ea76daf8a /src/core/hle/service/apt_a.cpp
parent205170fa623efdd5eafb0c957d728babe4836f45 (diff)
parent4d316cbd8e48d02f7baa617d5b5c78c6f74f01b5 (diff)
Merge pull request #492 from archshift/apt
Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively
Diffstat (limited to 'src/core/hle/service/apt_a.cpp')
-rw-r--r--src/core/hle/service/apt_a.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/apt_a.cpp b/src/core/hle/service/apt_a.cpp
index 37be4b027..42f2879c1 100644
--- a/src/core/hle/service/apt_a.cpp
+++ b/src/core/hle/service/apt_a.cpp
@@ -11,6 +11,7 @@ namespace APT_U {
extern void GetLockHandle(Service::Interface* self);
extern void ReceiveParameter(Service::Interface* self);
extern void GlanceParameter(Service::Interface* self);
+ extern void GetSharedFont(Service::Interface* self);
}
////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -29,6 +30,7 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x000E0080, APT_U::GlanceParameter, "GlanceParameter?"},
{0x003B0040, nullptr, "CancelLibraryApplet?"},
{0x00430040, nullptr, "NotifyToWait?"},
+ {0x00440000, APT_U::GetSharedFont, "GetSharedFont?"},
{0x004B00C2, nullptr, "AppletUtility?"},
{0x00550040, nullptr, "WriteInputToNsState?"},
};