summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_su.h
diff options
context:
space:
mode:
authorJason Parker <north@ntbox.com>2020-04-30 15:06:52 +0200
committerJason Parker <north@ntbox.com>2020-04-30 21:16:53 +0200
commit4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746 (patch)
treee829da67e5b2e923689ac62a8ce0c8e0373c3614 /src/core/hle/service/caps/caps_su.h
parentcaps: Add missing service names to caps:su (diff)
downloadyuzu-4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746.tar
yuzu-4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746.tar.gz
yuzu-4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746.tar.bz2
yuzu-4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746.tar.lz
yuzu-4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746.tar.xz
yuzu-4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746.tar.zst
yuzu-4b16e93f1a36f3ceae4a48ac3936eff4ffcd4746.zip
Diffstat (limited to 'src/core/hle/service/caps/caps_su.h')
-rw-r--r--src/core/hle/service/caps/caps_su.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/caps/caps_su.h b/src/core/hle/service/caps/caps_su.h
index cb11f7c9a..c494d7c84 100644
--- a/src/core/hle/service/caps/caps_su.h
+++ b/src/core/hle/service/caps/caps_su.h
@@ -16,6 +16,9 @@ class CAPS_SU final : public ServiceFramework<CAPS_SU> {
public:
explicit CAPS_SU();
~CAPS_SU() override;
+
+private:
+ void SetShimLibraryVersion(Kernel::HLERequestContext& ctx);
};
} // namespace Service::Capture