mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
linting
This commit is contained in:
parent
0d512de332
commit
5a122c3012
@ -50,7 +50,7 @@ s32 PS4_SYSV_ABI sceKernelLoadStartModule(const char* moduleFileName, size_t arg
|
|||||||
if (handle != -1) {
|
if (handle != -1) {
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
//Trying to load a system module
|
// Trying to load a system module
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
} else {
|
} else {
|
||||||
if (!guest_path.contains('/')) {
|
if (!guest_path.contains('/')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user