summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/caps/caps_c.h')
-rw-r--r--src/core/hle/service/caps/caps_c.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/caps/caps_c.h b/src/core/hle/service/caps/caps_c.h
index a9d028689..b110301d4 100644
--- a/src/core/hle/service/caps/caps_c.h
+++ b/src/core/hle/service/caps/caps_c.h
@@ -16,6 +16,9 @@ class CAPS_C final : public ServiceFramework<CAPS_C> {
public:
explicit CAPS_C();
~CAPS_C() override;
+
+private:
+ void SetShimLibraryVersion(Kernel::HLERequestContext& ctx);
};
} // namespace Service::Capture