From 7a95c27b2c3eba230c71d3cad2a4877a508d5b9f Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:44:23 +0100 Subject: [PATCH] Start working on new backend --- src/input/input_handler.cpp | 7 +++++++ src/input/input_handler.h | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/input/input_handler.cpp create mode 100644 src/input/input_handler.h diff --git a/src/input/input_handler.cpp b/src/input/input_handler.cpp new file mode 100644 index 000000000..c769752ea --- /dev/null +++ b/src/input/input_handler.cpp @@ -0,0 +1,7 @@ +// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +namespace InputHandler { + + +} \ No newline at end of file diff --git a/src/input/input_handler.h b/src/input/input_handler.h new file mode 100644 index 000000000..a97922004 --- /dev/null +++ b/src/input/input_handler.h @@ -0,0 +1,9 @@ +// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +namespace InputHandler { + + +} \ No newline at end of file