mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-16 12:09:07 +00:00
License/copyright
This commit is contained in:
parent
56677fa3fc
commit
741f6f2c3b
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
@ -9,6 +11,7 @@
|
|||||||
#include "core/file_sys/quasifs/quasi_sys_fcntl.h"
|
#include "core/file_sys/quasifs/quasi_sys_fcntl.h"
|
||||||
#include "core/file_sys/quasifs/quasi_types.h"
|
#include "core/file_sys/quasifs/quasi_types.h"
|
||||||
#include "core/libraries/kernel/file_system.h"
|
#include "core/libraries/kernel/file_system.h"
|
||||||
|
|
||||||
#include "src/host_io_base.h"
|
#include "src/host_io_base.h"
|
||||||
|
|
||||||
namespace HostIODriver {
|
namespace HostIODriver {
|
||||||
|
|||||||
@ -1,9 +1,12 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "core/file_sys/quasifs/quasi_types.h"
|
#include "core/file_sys/quasifs/quasi_types.h"
|
||||||
#include "core/libraries/kernel/file_system.h"
|
#include "core/libraries/kernel/file_system.h"
|
||||||
|
|
||||||
#include "src/host_io_base.h"
|
#include "src/host_io_base.h"
|
||||||
|
|
||||||
namespace HostIODriver {
|
namespace HostIODriver {
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
@ -9,7 +11,9 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
#include "common/logging/log.h"
|
||||||
#include "core/file_sys/quasifs/quasi_sys_fcntl.h"
|
#include "core/file_sys/quasifs/quasi_sys_fcntl.h"
|
||||||
|
|
||||||
#include "src/host_io_base.h"
|
#include "src/host_io_base.h"
|
||||||
|
|
||||||
namespace HostIODriver {
|
namespace HostIODriver {
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include "core/file_sys/quasifs/quasifs_inode_quasi_device.h"
|
#include "core/file_sys/quasifs/quasifs_inode_quasi_device.h"
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include "core/file_sys/quasifs/quasifs_inode_quasi_socket.h"
|
#include "core/file_sys/quasifs/quasifs_inode_quasi_socket.h"
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include "core/file_sys/quasifs/quasifs_inode_symlink.h"
|
#include "core/file_sys/quasifs/quasifs_inode_symlink.h"
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include "common/logging/log.h"
|
#include "common/logging/log.h"
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2025 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
// INAA License @marecl 2025
|
// INAA License @marecl 2025
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user