diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-12-24 22:22:07 +0100 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-28 21:32:39 +0100 |
commit | 32bfa92c7137d20f2c105595831b3c8cefe40326 (patch) | |
tree | 58915a61c31a5e2c967d866c1fc6099e21a042da /src/core/hle | |
parent | frontend: Add frontend responder for web browser (diff) | |
download | yuzu-32bfa92c7137d20f2c105595831b3c8cefe40326.tar yuzu-32bfa92c7137d20f2c105595831b3c8cefe40326.tar.gz yuzu-32bfa92c7137d20f2c105595831b3c8cefe40326.tar.bz2 yuzu-32bfa92c7137d20f2c105595831b3c8cefe40326.tar.lz yuzu-32bfa92c7137d20f2c105595831b3c8cefe40326.tar.xz yuzu-32bfa92c7137d20f2c105595831b3c8cefe40326.tar.zst yuzu-32bfa92c7137d20f2c105595831b3c8cefe40326.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/am/applets/profile_select.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applets/profile_select.cpp b/src/core/hle/service/am/applets/profile_select.cpp index 4c7b45454..14e2a1fee 100644 --- a/src/core/hle/service/am/applets/profile_select.cpp +++ b/src/core/hle/service/am/applets/profile_select.cpp @@ -7,7 +7,7 @@ #include "common/assert.h" #include "common/string_util.h" #include "core/core.h" -#include "core/frontend/applets/software_keyboard.h" +#include "core/frontend/applets/profile_select.h" #include "core/hle/service/am/am.h" #include "core/hle/service/am/applets/profile_select.h" |