aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/caps/caps_u.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-09-30 07:12:21 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-09-30 07:19:46 -0400
commit7d287a6fb01114da166fcbc29e3c57f1df22da57 (patch)
treee58e69aeb34092cba62ce6d8086c539c18e6f9a0 /src/core/hle/service/caps/caps_u.h
parent9a251339dc5073fd579a319e618e263f3c030081 (diff)
caps_u: Stub SetShimLibraryVersion
- Used in Super Smash Bros. Ultimate
Diffstat (limited to 'src/core/hle/service/caps/caps_u.h')
-rw-r--r--src/core/hle/service/caps/caps_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/caps/caps_u.h b/src/core/hle/service/caps/caps_u.h
index 689364de4..e04e56bbc 100644
--- a/src/core/hle/service/caps/caps_u.h
+++ b/src/core/hle/service/caps/caps_u.h
@@ -18,6 +18,7 @@ public:
~CAPS_U() override;
private:
+ void SetShimLibraryVersion(Kernel::HLERequestContext& ctx);
void GetAlbumContentsFileListForApplication(Kernel::HLERequestContext& ctx);
};