mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
b22308cc91
commit
d5ae7d0c5a
|
@ -169,10 +169,6 @@
|
|||
<Filename Value="..\kern\kern_thr.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="..\kern\rtprio.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="..\..\rtl\mqueue.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
|
@ -213,6 +209,10 @@
|
|||
<Filename Value="..\kern\kern_rtprio.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="..\rtprio.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
|
|
@ -26,13 +26,12 @@ uses
|
|||
md_context,
|
||||
subr_sleepqueue,
|
||||
kern_thr,
|
||||
rtprio,
|
||||
kern_condvar,
|
||||
kern_osem,
|
||||
kern_id,
|
||||
sys_osem,
|
||||
kern_evf,
|
||||
sys_evf,
|
||||
sys_evf, rtprio,
|
||||
pthread;
|
||||
|
||||
var
|
||||
|
|
Loading…
Reference in New Issue