From 1d0ac4783270c77d16d8d3a1e40703a2f45f3f82 Mon Sep 17 00:00:00 2001
From: purpasmart96 <purpasmart96@users.noreply.github.com>
Date: Sat, 4 Oct 2014 15:01:36 -0700
Subject: [PATCH] Added some more names to the function table

Added "SetApplicationCpuTimeLimit" and "GetApplicationCpuTimeLimit" to apt.cpp
---
 src/core/hle/service/apt.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/core/hle/service/apt.cpp b/src/core/hle/service/apt.cpp
index e97e7dbf7..d73dadf5a 100644
--- a/src/core/hle/service/apt.cpp
+++ b/src/core/hle/service/apt.cpp
@@ -152,6 +152,8 @@ const Interface::FunctionInfo FunctionTable[] = {
     {0x004C0000, nullptr,               "SetFatalErrDispMode"},
     {0x004D0080, nullptr,               "GetAppletProgramInfo"},
     {0x004E0000, nullptr,               "HardwareResetAsync"},
+    {0x004F0080, nullptr,               "SetApplicationCpuTimeLimit"},
+    {0x00500040, nullptr,               "GetApplicationCpuTimeLimit"},
 };
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////