summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-03-07 03:55:16 +0100
committerGitHub <noreply@github.com>2019-03-07 03:55:16 +0100
commited0bdcc6385f8984b07780a7b2071696c4829466 (patch)
tree24f3df88cf878349c0d7b4c58a25d702789de057 /src/core/hle/service
parentMerge pull request #2190 from lioncash/ogl-global (diff)
parentcore/hle/ipc: Remove unnecessary includes (diff)
downloadyuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar
yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.gz
yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.bz2
yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.lz
yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.xz
yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.tar.zst
yuzu-ed0bdcc6385f8984b07780a7b2071696c4829466.zip
Diffstat (limited to 'src/core/hle/service')
-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 {