mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
c55f3283d1
commit
90233ce775
|
@ -853,6 +853,13 @@ begin
|
||||||
gc_wait_GC_SRI;
|
gc_wait_GC_SRI;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
$C004811D: //????
|
||||||
|
begin
|
||||||
|
Writeln('gc_wait_free:',PInteger(data)^);
|
||||||
|
|
||||||
|
gc_wait_GC_SRI;
|
||||||
|
end;
|
||||||
|
|
||||||
$C0048114: //sceGnmFlushGarlic
|
$C0048114: //sceGnmFlushGarlic
|
||||||
begin
|
begin
|
||||||
Writeln('sceGnmFlushGarlic');
|
Writeln('sceGnmFlushGarlic');
|
||||||
|
@ -925,6 +932,8 @@ begin
|
||||||
begin
|
begin
|
||||||
start_gfx_ring;
|
start_gfx_ring;
|
||||||
|
|
||||||
|
gc_wait_GC_SRI;
|
||||||
|
|
||||||
rw_wlock(ring_gfx_lock);
|
rw_wlock(ring_gfx_lock);
|
||||||
|
|
||||||
Result:=gc_switch_buffer_internal(@ring_gfx);
|
Result:=gc_switch_buffer_internal(@ring_gfx);
|
||||||
|
@ -970,6 +979,8 @@ begin
|
||||||
|
|
||||||
$C00C810E: //sceGnmUnmapComputeQueue
|
$C00C810E: //sceGnmUnmapComputeQueue
|
||||||
begin
|
begin
|
||||||
|
gc_wait_GC_SRI;
|
||||||
|
|
||||||
rw_wlock(ring_gfx_lock);
|
rw_wlock(ring_gfx_lock);
|
||||||
|
|
||||||
Result:=gc_unmap_compute_queue(data);
|
Result:=gc_unmap_compute_queue(data);
|
||||||
|
@ -981,6 +992,8 @@ begin
|
||||||
begin
|
begin
|
||||||
start_gfx_ring;
|
start_gfx_ring;
|
||||||
|
|
||||||
|
gc_wait_GC_SRI;
|
||||||
|
|
||||||
rw_wlock(ring_gfx_lock);
|
rw_wlock(ring_gfx_lock);
|
||||||
|
|
||||||
Result:=gc_ding_dong(data);
|
Result:=gc_ding_dong(data);
|
||||||
|
|
Loading…
Reference in New Issue