mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
clang fix
This commit is contained in:
parent
54b13e67ed
commit
f758982964
@ -1,9 +1,9 @@
|
||||
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
//#include <cmath>
|
||||
//#include <csetjmp>
|
||||
//#include <string>
|
||||
// #include <cmath>
|
||||
// #include <csetjmp>
|
||||
// #include <string>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/logging/log.h"
|
||||
@ -11,20 +11,14 @@
|
||||
#include "core/libraries/libs.h"
|
||||
#include "libc_internal.h"
|
||||
#include "libc_internal_math.h"
|
||||
#include "libc_internal_str.h"
|
||||
#include "libc_internal_memory.h"
|
||||
#include "libc_internal_str.h"
|
||||
|
||||
namespace Libraries::LibcInternal {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) {
|
||||
RegisterlibSceLibcInternalMath(sym);
|
||||
RegisterlibSceLibcInternalStr(sym);
|
||||
RegisterlibSceLibcInternalMemory(sym);
|
||||
|
||||
|
||||
}
|
||||
} // namespace Libraries::LibcInternal
|
Loading…
Reference in New Issue
Block a user