summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-24 05:20:33 +0200
committerLioncash <mathew1800@gmail.com>2018-08-24 05:20:35 +0200
commitec59e4a6c5100f2a0076f75078b7c8384642a2e3 (patch)
tree6868ad09edf4861f30539f9e5c1c71acab5de754 /src/core/hle/service/hid/hid.h
parentPort #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" (#1142) (diff)
downloadyuzu-ec59e4a6c5100f2a0076f75078b7c8384642a2e3.tar
yuzu-ec59e4a6c5100f2a0076f75078b7c8384642a2e3.tar.gz
yuzu-ec59e4a6c5100f2a0076f75078b7c8384642a2e3.tar.bz2
yuzu-ec59e4a6c5100f2a0076f75078b7c8384642a2e3.tar.lz
yuzu-ec59e4a6c5100f2a0076f75078b7c8384642a2e3.tar.xz
yuzu-ec59e4a6c5100f2a0076f75078b7c8384642a2e3.tar.zst
yuzu-ec59e4a6c5100f2a0076f75078b7c8384642a2e3.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index e298f23a6..88d926808 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -4,8 +4,10 @@
#pragma once
+#include <array>
+#include "common/bit_field.h"
+#include "common/common_types.h"
#include "core/hle/service/service.h"
-#include "core/settings.h"
namespace Service::HID {