summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/apt.h')
-rw-r--r--src/core/hle/service/apt.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/core/hle/service/apt.h b/src/core/hle/service/apt.h
index 05c544378..3730bc30e 100644
--- a/src/core/hle/service/apt.h
+++ b/src/core/hle/service/apt.h
@@ -64,7 +64,13 @@ public:
* Called when svcSendSyncRequest is called, loads command buffer and executes comand
* @return Return result of svcSendSyncRequest passed back to user app
*/
- virtual Syscall::Result Sync();
+ Syscall::Result Sync();
+
+private:
+
+
+ Syscall::Result GetLockHandle();
+
};