mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
7c1f65a96e
commit
a75814d9b3
|
@ -1234,7 +1234,11 @@ begin
|
|||
Exit(EACCES);
|
||||
end;
|
||||
|
||||
if (mtype=-1) then Exit(0);
|
||||
if (mtype=-1) then
|
||||
begin
|
||||
dmem_map_unlock(map);
|
||||
Exit(0);
|
||||
end;
|
||||
|
||||
dmem_map_clip_start(map, entry, start);
|
||||
|
||||
|
|
Loading…
Reference in New Issue