shadPS4/src/core/libraries/system/posix.cpp

11 lines
282 B
C++
Raw Normal View History

// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
2024-04-13 21:35:48 +00:00
#include "core/libraries/system/posix.h"
namespace Libraries::Posix {
2024-04-13 21:35:48 +00:00
void Registerlibsceposix(Core::Loader::SymbolsResolver* sym) {}
} // namespace Libraries::Posix