aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/apt_a.cpp
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2015-01-01 16:58:27 -0800
committerpurpasmart96 <kanzoconfigz@hotmail.com>2015-01-05 16:07:15 -0800
commit379b39e58395187fb0806e05bfaa29a9879428c4 (patch)
tree57f07b6d66061700281c16c7041d5cdc678b79af /src/core/hle/service/apt_a.cpp
parent08b6cf778da3240dc78cff748c38c1188c7e6b69 (diff)
Services: Clean up a few things and add a few function names
Diffstat (limited to 'src/core/hle/service/apt_a.cpp')
-rw-r--r--src/core/hle/service/apt_a.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/apt_a.cpp b/src/core/hle/service/apt_a.cpp
index 4b0f761d9..37be4b027 100644
--- a/src/core/hle/service/apt_a.cpp
+++ b/src/core/hle/service/apt_a.cpp
@@ -25,12 +25,12 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00040040, nullptr, "Finalize?"},
{0x00050040, nullptr, "GetAppletManInfo?"},
{0x00060040, nullptr, "GetAppletInfo?"},
+ {0x000D0080, APT_U::ReceiveParameter, "ReceiveParameter?"},
+ {0x000E0080, APT_U::GlanceParameter, "GlanceParameter?"},
{0x003B0040, nullptr, "CancelLibraryApplet?"},
{0x00430040, nullptr, "NotifyToWait?"},
{0x004B00C2, nullptr, "AppletUtility?"},
{0x00550040, nullptr, "WriteInputToNsState?"},
- {0x000D0080, APT_U::ReceiveParameter, "ReceiveParameter" },
- {0x000E0080, APT_U::GlanceParameter, "GlanceParameter" },
};
////////////////////////////////////////////////////////////////////////////////////////////////////