summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorGravatar Liam2024-02-11 18:26:32 -0500
committerGravatar Liam2024-02-11 21:59:33 -0500
commitb2e140b03284fac8fecc7f5bd86f538b76dadc8b (patch)
treef841ce6517a97b2202021ab52e42626711c17af3 /src/android
parentMerge pull request #12756 from liamwhite/applet-multiprocess-hwc (diff)
downloadyuzu-b2e140b03284fac8fecc7f5bd86f538b76dadc8b.tar.gz
yuzu-b2e140b03284fac8fecc7f5bd86f538b76dadc8b.tar.xz
yuzu-b2e140b03284fac8fecc7f5bd86f538b76dadc8b.zip
am: rewrite appletAE, appletOE
Diffstat (limited to 'src/android')
-rw-r--r--src/android/app/src/main/jni/native.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp
index 4acc60956..a4d8454e8 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -49,9 +49,7 @@
49#include "core/frontend/applets/profile_select.h" 49#include "core/frontend/applets/profile_select.h"
50#include "core/frontend/applets/software_keyboard.h" 50#include "core/frontend/applets/software_keyboard.h"
51#include "core/frontend/applets/web_browser.h" 51#include "core/frontend/applets/web_browser.h"
52#include "core/hle/service/am/applet_ae.h"
53#include "core/hle/service/am/applet_manager.h" 52#include "core/hle/service/am/applet_manager.h"
54#include "core/hle/service/am/applet_oe.h"
55#include "core/hle/service/am/frontend/applets.h" 53#include "core/hle/service/am/frontend/applets.h"
56#include "core/hle/service/filesystem/filesystem.h" 54#include "core/hle/service/filesystem/filesystem.h"
57#include "core/loader/loader.h" 55#include "core/loader/loader.h"