summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_pr.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-01 22:55:07 +0200
committerLioncash <mathew1800@gmail.com>2018-08-01 23:01:29 +0200
commit208a4579095e0b92320e05870c0ab56d736dc778 (patch)
tree84b19089d27119607da4a8c3066fad9ffedb43dd /src/core/hle/service/filesystem/fsp_pr.h
parentMerge pull request #885 from greggameplayer/R32-Float (diff)
downloadyuzu-208a4579095e0b92320e05870c0ab56d736dc778.tar
yuzu-208a4579095e0b92320e05870c0ab56d736dc778.tar.gz
yuzu-208a4579095e0b92320e05870c0ab56d736dc778.tar.bz2
yuzu-208a4579095e0b92320e05870c0ab56d736dc778.tar.lz
yuzu-208a4579095e0b92320e05870c0ab56d736dc778.tar.xz
yuzu-208a4579095e0b92320e05870c0ab56d736dc778.tar.zst
yuzu-208a4579095e0b92320e05870c0ab56d736dc778.zip
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_pr.h')
-rw-r--r--src/core/hle/service/filesystem/fsp_pr.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_pr.h b/src/core/hle/service/filesystem/fsp_pr.h
new file mode 100644
index 000000000..62edcd08a
--- /dev/null
+++ b/src/core/hle/service/filesystem/fsp_pr.h
@@ -0,0 +1,16 @@
+// Copyright 2018 yuzu emulator team
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+#include "core/hle/service/service.h"
+
+namespace Service::FileSystem {
+
+class FSP_PR final : public ServiceFramework<FSP_PR> {
+public:
+ explicit FSP_PR();
+};
+
+} // namespace Service::FileSystem