summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-08-02 21:00:30 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-08-02 21:00:30 +0200
commitdd1cbd9c56ceec0e1819d7373a48dbc63521096e (patch)
treef9dbd0adfff4186fcb5e4fa54aafd37a6280e9b5 /src/core/hle/service/am/am.h
parentMerge pull request #11202 from abouvier/vulkan-config (diff)
downloadyuzu-dd1cbd9c56ceec0e1819d7373a48dbc63521096e.tar
yuzu-dd1cbd9c56ceec0e1819d7373a48dbc63521096e.tar.gz
yuzu-dd1cbd9c56ceec0e1819d7373a48dbc63521096e.tar.bz2
yuzu-dd1cbd9c56ceec0e1819d7373a48dbc63521096e.tar.lz
yuzu-dd1cbd9c56ceec0e1819d7373a48dbc63521096e.tar.xz
yuzu-dd1cbd9c56ceec0e1819d7373a48dbc63521096e.tar.zst
yuzu-dd1cbd9c56ceec0e1819d7373a48dbc63521096e.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index d4fd163da..3db09c214 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -314,6 +314,12 @@ private:
void CreateHandleStorage(HLERequestContext& ctx);
};
+class ILibraryAppletSelfAccessor final : public ServiceFramework<ILibraryAppletSelfAccessor> {
+public:
+ explicit ILibraryAppletSelfAccessor(Core::System& system_);
+ ~ILibraryAppletSelfAccessor() override;
+};
+
class IApplicationFunctions final : public ServiceFramework<IApplicationFunctions> {
public:
explicit IApplicationFunctions(Core::System& system_);