summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nim/nim.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-09-30 20:19:58 +0200
committerSubv <subv2112@gmail.com>2017-09-30 20:21:45 +0200
commit5bae5a48b90cc9f6c847040e6f486296ed135017 (patch)
treeeb4b719e87e5ddc229a8d1e56cf524471a7ffc16 /src/core/hle/service/nim/nim.h
parentServices/UDS: Handle the rest of the connection sequence. (#2963) (diff)
downloadyuzu-5bae5a48b90cc9f6c847040e6f486296ed135017.tar
yuzu-5bae5a48b90cc9f6c847040e6f486296ed135017.tar.gz
yuzu-5bae5a48b90cc9f6c847040e6f486296ed135017.tar.bz2
yuzu-5bae5a48b90cc9f6c847040e6f486296ed135017.tar.lz
yuzu-5bae5a48b90cc9f6c847040e6f486296ed135017.tar.xz
yuzu-5bae5a48b90cc9f6c847040e6f486296ed135017.tar.zst
yuzu-5bae5a48b90cc9f6c847040e6f486296ed135017.zip
Diffstat (limited to 'src/core/hle/service/nim/nim.h')
-rw-r--r--src/core/hle/service/nim/nim.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/hle/service/nim/nim.h b/src/core/hle/service/nim/nim.h
index c3106f18b..dbf605e5a 100644
--- a/src/core/hle/service/nim/nim.h
+++ b/src/core/hle/service/nim/nim.h
@@ -11,6 +11,17 @@ class Interface;
namespace NIM {
/**
+ * NIM::CheckForSysUpdateEvent service function
+ * Inputs:
+ * 1 : None
+ * Outputs:
+ * 1 : Result of function, 0 on success, otherwise error code
+ * 2 : Copy handle descriptor
+ * 3 : System Update event handle
+ */
+void CheckForSysUpdateEvent(Service::Interface* self);
+
+/**
* NIM::CheckSysUpdateAvailable service function
* Inputs:
* 1 : None