mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
fix linting
This commit is contained in:
parent
474de0015a
commit
1150f1c593
@ -42,7 +42,7 @@ s32 PS4_SYSV_ABI sceKernelLoadStartModule(const char* moduleFileName, size_t arg
|
||||
}
|
||||
|
||||
std::string guest_path(moduleFileName);
|
||||
if(moduleFileName[0] != '/') {
|
||||
if (moduleFileName[0] != '/') {
|
||||
guest_path = "/app0/" + guest_path;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user