summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt.h
diff options
context:
space:
mode:
authorpippo2931 <pippo2931@yahoo.com>2016-11-24 04:57:56 +0100
committerbunnei <bunneidev@gmail.com>2016-11-24 04:57:56 +0100
commit0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7 (patch)
tree0e5d6d0e0ed2da77b7fd09530ab3a461d984be02 /src/core/hle/service/apt/apt.h
parentMerge pull request #2175 from PEmu1/macos (diff)
downloadyuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.gz
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.bz2
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.lz
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.xz
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.tar.zst
yuzu-0c9c97e5ea40208bcb6991ebec34ccc1d76ad1e7.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/apt/apt.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h
index cbcba96a5..44dbd8757 100644
--- a/src/core/hle/service/apt/apt.h
+++ b/src/core/hle/service/apt/apt.h
@@ -392,6 +392,17 @@ void PreloadLibraryApplet(Service::Interface* self);
void StartLibraryApplet(Service::Interface* self);
/**
+ * APT::CancelLibraryApplet service function
+ * Inputs:
+ * 0 : Command header [0x003B0040]
+ * 1 : u8, Application exiting (0 = not exiting, 1 = exiting)
+ * Outputs:
+ * 0 : Header code
+ * 1 : Result code
+ */
+void CancelLibraryApplet(Service::Interface* self);
+
+/**
* APT::GetStartupArgument service function
* Inputs:
* 1 : Parameter Size (capped to 0x300)