summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-18 02:42:57 +0200
committerLioncash <mathew1800@gmail.com>2018-10-18 02:52:45 +0200
commit929ed59f1fc752b0d1262748841b3a5c263e1078 (patch)
tree634a22f4f080b33c24d1dfa842e59b02df6a1930 /src/core
parenthid/controller/npad: Move npad_id_list into the cpp file (diff)
downloadyuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar
yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar.gz
yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar.bz2
yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar.lz
yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar.xz
yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.tar.zst
yuzu-929ed59f1fc752b0d1262748841b3a5c263e1078.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/hid/controllers/npad.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp
index 9a781b026..379df97cc 100644
--- a/src/core/hle/service/hid/controllers/npad.cpp
+++ b/src/core/hle/service/hid/controllers/npad.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include <algorithm>
#include <array>
#include <cstring>