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