summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/set/set_cal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/set/set_cal.h')
-rw-r--r--src/core/hle/service/set/set_cal.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/core/hle/service/set/set_cal.h b/src/core/hle/service/set/set_cal.h
new file mode 100644
index 000000000..9c0b851d0
--- /dev/null
+++ b/src/core/hle/service/set/set_cal.h
@@ -0,0 +1,19 @@
+// 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 {
+namespace Set {
+
+class SET_CAL final : public ServiceFramework<SET_CAL> {
+public:
+ explicit SET_CAL();
+ ~SET_CAL() = default;
+};
+
+} // namespace Set
+} // namespace Service