mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-21 18:06:18 +00:00
libc separated string functions to libc_string
This commit is contained in:
parent
bb578ae377
commit
f5526977d3
8 changed files with 63 additions and 34 deletions
|
@ -34,6 +34,8 @@ set(LIBC_SOURCES src/core/hle/libraries/Libc/Libc.cpp
|
|||
src/core/hle/libraries/libc/libc_stdio.h
|
||||
src/core/hle/libraries/libc/libc_math.cpp
|
||||
src/core/hle/libraries/libc/libc_math.h
|
||||
src/core/hle/libraries/libc/libc_string.cpp
|
||||
src/core/hle/libraries/libc/libc_string.h
|
||||
)
|
||||
set(USERSERVICE_SOURCES src/core/hle/libraries/libuserservice/user_service.cpp
|
||||
src/core/hle/libraries/libuserservice/user_service.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue