mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
clang-format
This commit is contained in:
parent
347f6b268d
commit
96c5f3a66a
@ -46,7 +46,7 @@ s32 PS4_SYSV_ABI sceKernelLoadStartModule(const char* moduleFileName, size_t arg
|
|||||||
std::filesystem::path path;
|
std::filesystem::path path;
|
||||||
s32 handle;
|
s32 handle;
|
||||||
|
|
||||||
if(guest_path[0] == '/') {
|
if (guest_path[0] == '/') {
|
||||||
path = mnt->GetHostPath("/system/common/lib" + guest_path);
|
path = mnt->GetHostPath("/system/common/lib" + guest_path);
|
||||||
handle = linker->LoadAndStartModule(path, args, argp, pRes);
|
handle = linker->LoadAndStartModule(path, args, argp, pRes);
|
||||||
if (handle != -1) {
|
if (handle != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user