summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/apt/apt_a.cpp')
-rw-r--r--src/core/hle/service/apt/apt_a.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/hle/service/apt/apt_a.cpp b/src/core/hle/service/apt/apt_a.cpp
index 7d47d7675..09198d52b 100644
--- a/src/core/hle/service/apt/apt_a.cpp
+++ b/src/core/hle/service/apt/apt_a.cpp
@@ -2,8 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "core/hle/service/apt/apt.h"
#include "core/hle/service/apt/apt_a.h"
+#include "core/hle/service/apt/apt.h"
namespace Service {
namespace APT {
@@ -36,7 +36,8 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x00550040, SetScreenCapPostPermission, "SetScreenCapPostPermission"},
{0x00560000, GetScreenCapPostPermission, "GetScreenCapPostPermission"},
{0x01010000, CheckNew3DSApp, "CheckNew3DSApp"},
- {0x01020000, CheckNew3DS, "CheckNew3DS"}};
+ {0x01020000, CheckNew3DS, "CheckNew3DS"},
+};
APT_A_Interface::APT_A_Interface() {
Register(FunctionTable);