From a7fda849023664212f152adbb0ceed17b246acb0 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 6 Jul 2019 13:41:38 -0400 Subject: am: Implement ISelfController Exit Closes the current application. --- src/core/hle/service/am/applet_oe.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/service/am/applet_oe.h') 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 { public: explicit AppletOE(std::shared_ptr nvflinger, -- cgit v1.2.3