mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-07 03:03:15 +00:00
partial implementation of _write function , which is used as debug ouput from lle libc
This commit is contained in:
parent
8fa5874fb1
commit
0525481a9b
6 changed files with 41 additions and 6 deletions
13
src/core/libraries/libsceposix.cpp
Normal file
13
src/core/libraries/libsceposix.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
// Generated By moduleGenerator
|
||||
#include "common/logging/log.h"
|
||||
#include "error_codes.h"
|
||||
#include "libsceposix.h"
|
||||
|
||||
namespace Libraries::Posix {
|
||||
|
||||
void Registerlibsceposix(Core::Loader::SymbolsResolver* sym) {}
|
||||
|
||||
} // namespace Libraries::Posix
|
Loading…
Add table
Add a link
Reference in a new issue