summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/stubbed.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-12-14 16:31:38 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-12-14 16:36:33 +0100
commitd10464de301e6727c4a0190a4b19ab8603179723 (patch)
tree40f06a1034fb10b5bd5531896377824a411144c6 /src/core/hle/service/hid/controllers/stubbed.cpp
parentservice: hid: Allow to create multiple instances of shared memory (diff)
downloadyuzu-d10464de301e6727c4a0190a4b19ab8603179723.tar
yuzu-d10464de301e6727c4a0190a4b19ab8603179723.tar.gz
yuzu-d10464de301e6727c4a0190a4b19ab8603179723.tar.bz2
yuzu-d10464de301e6727c4a0190a4b19ab8603179723.tar.lz
yuzu-d10464de301e6727c4a0190a4b19ab8603179723.tar.xz
yuzu-d10464de301e6727c4a0190a4b19ab8603179723.tar.zst
yuzu-d10464de301e6727c4a0190a4b19ab8603179723.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/stubbed.cpp')
-rw-r--r--src/core/hle/service/hid/controllers/stubbed.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/controllers/stubbed.cpp b/src/core/hle/service/hid/controllers/stubbed.cpp
index 26001e914..e2a5f5d79 100644
--- a/src/core/hle/service/hid/controllers/stubbed.cpp
+++ b/src/core/hle/service/hid/controllers/stubbed.cpp
@@ -1,8 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
-#include <cstring>
-#include "common/common_types.h"
#include "core/core_timing.h"
#include "core/hle/service/hid/controllers/shared_memory_format.h"
#include "core/hle/service/hid/controllers/stubbed.h"