mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-09 19:23:18 -06:00
|
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions
* Fix: Add libbsd dependency for Linux builds Adds conditional libbsd support to resolve strlcpy undefined reference on Linux systems. Includes proper CMake detection and header includes. * Fix: Use internal strlcpy implementation for Linux - Extend existing Windows strlcpy implementation to Linux - Remove libbsd dependency from CMakeLists.txt - Resolves undefined reference to strlcpy on glibc systems Uses the project's existing approach instead of adding external dependencies. |
||
|---|---|---|
| .. | ||
| aerolib | ||
| devtools | ||
| file_format | ||
| file_sys | ||
| ipc | ||
| libraries | ||
| loader | ||
| address_space.cpp | ||
| address_space.h | ||
| cpu_patches.cpp | ||
| cpu_patches.h | ||
| debug_state.cpp | ||
| debug_state.h | ||
| linker.cpp | ||
| linker.h | ||
| memory.cpp | ||
| memory.h | ||
| module.cpp | ||
| module.h | ||
| platform.h | ||
| signals.cpp | ||
| signals.h | ||
| thread.cpp | ||
| thread.h | ||
| tls.cpp | ||
| tls.h | ||