diff options
| author | 2024-01-04 20:37:43 -0600 | |
|---|---|---|
| committer | 2024-01-05 11:41:15 -0600 | |
| commit | ee847f8ff0b1b0aec39c1b78c010bc0c08a0a613 (patch) | |
| tree | 3b95cbb74be05f0ce7a007353f1f9f95e1ed3901 /src/android | |
| parent | Merge pull request #12437 from ameerj/gl-amd-fixes (diff) | |
| download | yuzu-ee847f8ff0b1b0aec39c1b78c010bc0c08a0a613.tar.gz yuzu-ee847f8ff0b1b0aec39c1b78c010bc0c08a0a613.tar.xz yuzu-ee847f8ff0b1b0aec39c1b78c010bc0c08a0a613.zip | |
hid_core: Move hid to it's own subproject
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/jni/native.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp index 0c1db7d46..056920a4a 100644 --- a/src/android/app/src/main/jni/native.cpp +++ b/src/android/app/src/main/jni/native.cpp | |||
| @@ -45,15 +45,15 @@ | |||
| 45 | #include "core/frontend/applets/profile_select.h" | 45 | #include "core/frontend/applets/profile_select.h" |
| 46 | #include "core/frontend/applets/software_keyboard.h" | 46 | #include "core/frontend/applets/software_keyboard.h" |
| 47 | #include "core/frontend/applets/web_browser.h" | 47 | #include "core/frontend/applets/web_browser.h" |
| 48 | #include "core/hid/emulated_controller.h" | ||
| 49 | #include "core/hid/hid_core.h" | ||
| 50 | #include "core/hid/hid_types.h" | ||
| 51 | #include "core/hle/service/am/applet_ae.h" | 48 | #include "core/hle/service/am/applet_ae.h" |
| 52 | #include "core/hle/service/am/applet_oe.h" | 49 | #include "core/hle/service/am/applet_oe.h" |
| 53 | #include "core/hle/service/am/applets/applets.h" | 50 | #include "core/hle/service/am/applets/applets.h" |
| 54 | #include "core/hle/service/filesystem/filesystem.h" | 51 | #include "core/hle/service/filesystem/filesystem.h" |
| 55 | #include "core/loader/loader.h" | 52 | #include "core/loader/loader.h" |
| 56 | #include "frontend_common/config.h" | 53 | #include "frontend_common/config.h" |
| 54 | #include "hid_core/frontend/emulated_controller.h" | ||
| 55 | #include "hid_core/hid_core.h" | ||
| 56 | #include "hid_core/hid_types.h" | ||
| 57 | #include "jni/android_common/android_common.h" | 57 | #include "jni/android_common/android_common.h" |
| 58 | #include "jni/id_cache.h" | 58 | #include "jni/id_cache.h" |
| 59 | #include "jni/native.h" | 59 | #include "jni/native.h" |