Start working on new backend

This commit is contained in:
kalaposfos13 2024-11-12 19:44:23 +01:00
parent 85f45d2788
commit 7a95c27b2c
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
namespace InputHandler {
}

View File

@ -0,0 +1,9 @@
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace InputHandler {
}