mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-03 17:23:16 +00:00
Implemented SP, DP, and SI events
Inject a thread pause into infinite loops to allow the idle thread to yield for event processing Removed all preemption usage from the scheduler
This commit is contained in:
parent
b94fe6f5fb
commit
39b67c8468
20 changed files with 449 additions and 113 deletions
|
@ -5529,9 +5529,6 @@
|
|||
<ClCompile Include="funcs\osDriveRomInit.c">
|
||||
<Filter>Funcs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="funcs\osGetTime.c">
|
||||
<Filter>Funcs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="funcs\osScAddClient.c">
|
||||
<Filter>Funcs</Filter>
|
||||
</ClCompile>
|
||||
|
@ -5700,6 +5697,9 @@
|
|||
<ClCompile Include="funcs\lookup.cpp">
|
||||
<Filter>Funcs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="portultra\events.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="portultra\platform_specific.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue