summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applet_oe.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applet_oe.h b/src/core/hle/service/am/applet_oe.h
index 6e1173f01..899ba5570 100644
--- a/src/core/hle/service/am/applet_oe.h
+++ b/src/core/hle/service/am/applet_oe.h
@@ -4,6 +4,7 @@
#pragma once
+#include "core/hle/kernel/hle_ipc.h"
#include "core/hle/service/service.h"
namespace Service {
@@ -13,6 +14,9 @@ class AppletOE final : public ServiceFramework<AppletOE> {
public:
AppletOE();
~AppletOE() = default;
+
+private:
+ void OpenApplicationProxy(Kernel::HLERequestContext& ctx);
};
} // namespace AM