This commit is contained in:
Pavel 2025-02-04 18:22:24 +03:00
parent c55f3283d1
commit 90233ce775
1 changed files with 13 additions and 0 deletions

View File

@ -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);