diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-07-12 23:10:37 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-07-12 23:10:37 +0200 |
commit | fe909b3b5adb5e1306a1c85e6e1275424a6371b2 (patch) | |
tree | 28cd4fbd98402187dbaa0a87e14eabaff88ff8d0 /src/core/hle/applets/swkbd.h | |
parent | Merge pull request #823 from Subv/applets_drawing (diff) | |
download | yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.gz yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.bz2 yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.lz yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.xz yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.zst yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.zip |
Diffstat (limited to 'src/core/hle/applets/swkbd.h')
-rw-r--r-- | src/core/hle/applets/swkbd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/applets/swkbd.h b/src/core/hle/applets/swkbd.h index 98e81c48a..cb95b8d90 100644 --- a/src/core/hle/applets/swkbd.h +++ b/src/core/hle/applets/swkbd.h @@ -5,9 +5,12 @@ #pragma once #include "common/common_types.h" +#include "common/common_funcs.h" + #include "core/hle/applets/applet.h" #include "core/hle/kernel/kernel.h" #include "core/hle/kernel/shared_memory.h" +#include "core/hle/result.h" #include "core/hle/service/apt/apt.h" namespace HLE { |