summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applet_oe.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-06 19:41:38 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-22 04:25:18 +0200
commita7fda849023664212f152adbb0ceed17b246acb0 (patch)
treea044ce020d218eacedebd2cca77e7c87185a55da /src/core/hle/service/am/applet_oe.h
parentam: Add RequestExit event to AppletMessageQueue (diff)
downloadyuzu-a7fda849023664212f152adbb0ceed17b246acb0.tar
yuzu-a7fda849023664212f152adbb0ceed17b246acb0.tar.gz
yuzu-a7fda849023664212f152adbb0ceed17b246acb0.tar.bz2
yuzu-a7fda849023664212f152adbb0ceed17b246acb0.tar.lz
yuzu-a7fda849023664212f152adbb0ceed17b246acb0.tar.xz
yuzu-a7fda849023664212f152adbb0ceed17b246acb0.tar.zst
yuzu-a7fda849023664212f152adbb0ceed17b246acb0.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/applet_oe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applet_oe.h b/src/core/hle/service/am/applet_oe.h
index 99a65e7b5..758da792d 100644
--- a/src/core/hle/service/am/applet_oe.h
+++ b/src/core/hle/service/am/applet_oe.h
@@ -19,6 +19,8 @@ class NVFlinger;
namespace AM {
+class AppletMessageQueue;
+
class AppletOE final : public ServiceFramework<AppletOE> {
public:
explicit AppletOE(std::shared_ptr<NVFlinger::NVFlinger> nvflinger,