mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang fix
This commit is contained in:
parent
54b13e67ed
commit
f758982964
@ -11,20 +11,14 @@
|
|||||||
#include "core/libraries/libs.h"
|
#include "core/libraries/libs.h"
|
||||||
#include "libc_internal.h"
|
#include "libc_internal.h"
|
||||||
#include "libc_internal_math.h"
|
#include "libc_internal_math.h"
|
||||||
#include "libc_internal_str.h"
|
|
||||||
#include "libc_internal_memory.h"
|
#include "libc_internal_memory.h"
|
||||||
|
#include "libc_internal_str.h"
|
||||||
|
|
||||||
namespace Libraries::LibcInternal {
|
namespace Libraries::LibcInternal {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) {
|
void RegisterlibSceLibcInternal(Core::Loader::SymbolsResolver* sym) {
|
||||||
RegisterlibSceLibcInternalMath(sym);
|
RegisterlibSceLibcInternalMath(sym);
|
||||||
RegisterlibSceLibcInternalStr(sym);
|
RegisterlibSceLibcInternalStr(sym);
|
||||||
RegisterlibSceLibcInternalMemory(sym);
|
RegisterlibSceLibcInternalMemory(sym);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
} // namespace Libraries::LibcInternal
|
} // namespace Libraries::LibcInternal
|
Loading…
Reference in New Issue
Block a user