summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/dlp/dlp.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-06-06 23:38:48 +0200
committerbunnei <bunneidev@gmail.com>2016-06-06 23:38:48 +0200
commita3ca5c8e4e118dd5ce95cc9791426797a06a00f3 (patch)
treefeab9094d3ac6745f50389e1bf3ce962ababbe64 /src/core/hle/service/dlp/dlp.h
parentMerge pull request #1863 from mailwl/gpu-threadid-reset (diff)
parentservice: Add other DLP services (diff)
downloadyuzu-a3ca5c8e4e118dd5ce95cc9791426797a06a00f3.tar
yuzu-a3ca5c8e4e118dd5ce95cc9791426797a06a00f3.tar.gz
yuzu-a3ca5c8e4e118dd5ce95cc9791426797a06a00f3.tar.bz2
yuzu-a3ca5c8e4e118dd5ce95cc9791426797a06a00f3.tar.lz
yuzu-a3ca5c8e4e118dd5ce95cc9791426797a06a00f3.tar.xz
yuzu-a3ca5c8e4e118dd5ce95cc9791426797a06a00f3.tar.zst
yuzu-a3ca5c8e4e118dd5ce95cc9791426797a06a00f3.zip
Diffstat (limited to 'src/core/hle/service/dlp/dlp.h')
-rw-r--r--src/core/hle/service/dlp/dlp.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hle/service/dlp/dlp.h b/src/core/hle/service/dlp/dlp.h
new file mode 100644
index 000000000..ec2fe46e8
--- /dev/null
+++ b/src/core/hle/service/dlp/dlp.h
@@ -0,0 +1,15 @@
+// Copyright 2016 Citra Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+namespace Service {
+namespace DLP {
+
+/// Initializes the DLP services.
+void Init();
+
+/// Shuts down the DLP services.
+void Shutdown();
+
+} // namespace DLP
+} // namespace Service