summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-05 15:20:11 +0100
committerLioncash <mathew1800@gmail.com>2019-03-05 15:53:38 +0100
commit02bc9e9de14664f337da07f0efce750a0b6e993a (patch)
tree1c104148856a81c4e84c2c07b3016eb5be45bb22 /src/core/hle/service/am
parentMerge pull request #2185 from FearlessTobi/port-4630 (diff)
downloadyuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar
yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.gz
yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.bz2
yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.lz
yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.xz
yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.tar.zst
yuzu-02bc9e9de14664f337da07f0efce750a0b6e993a.zip
Diffstat (limited to 'src/core/hle/service/am')
-rw-r--r--src/core/hle/service/am/applets/software_keyboard.cpp1
-rw-r--r--src/core/hle/service/am/applets/software_keyboard.h3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/am/applets/software_keyboard.cpp b/src/core/hle/service/am/applets/software_keyboard.cpp
index f255f74b5..8c5bd6059 100644
--- a/src/core/hle/service/am/applets/software_keyboard.cpp
+++ b/src/core/hle/service/am/applets/software_keyboard.cpp
@@ -7,6 +7,7 @@
#include "common/string_util.h"
#include "core/core.h"
#include "core/frontend/applets/software_keyboard.h"
+#include "core/hle/result.h"
#include "core/hle/service/am/am.h"
#include "core/hle/service/am/applets/software_keyboard.h"
diff --git a/src/core/hle/service/am/applets/software_keyboard.h b/src/core/hle/service/am/applets/software_keyboard.h
index efd5753a1..b93a30d28 100644
--- a/src/core/hle/service/am/applets/software_keyboard.h
+++ b/src/core/hle/service/am/applets/software_keyboard.h
@@ -9,10 +9,13 @@
#include <vector>
#include "common/common_funcs.h"
+#include "common/common_types.h"
#include "common/swap.h"
#include "core/hle/service/am/am.h"
#include "core/hle/service/am/applets/applets.h"
+union ResultCode;
+
namespace Service::AM::Applets {
enum class KeysetDisable : u32 {