This website requires JavaScript.
Explore
Register
Sign In
Azahar-Mirror
/
azahar
Watch
1
Star
0
Fork
0
You've already forked azahar
mirror of
https://github.com/azahar-emu/azahar
synced
2025-11-10 17:09:58 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
azahar
/
src
/
core
/
hle
/
kernel
History
bunnei
b774b8b04e
Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set
2014-06-13 09:51:08 -04:00
..
event.cpp
Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)
2014-06-13 09:51:08 -04:00
event.h
Kernel: Added real support for thread and event blocking
2014-06-13 09:51:02 -04:00
kernel.cpp
kernel: changed current default thread priority back to 0x30 - I think this is more correct
2014-06-05 00:20:58 -04:00
kernel.h
Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)
2014-06-13 09:51:08 -04:00
mutex.cpp
Kernel: Added real support for thread and event blocking
2014-06-13 09:51:02 -04:00
mutex.h
svc: added optional name field to Event and Mutex (used for debugging)
2014-06-02 20:38:34 -04:00
thread.cpp
Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set
2014-06-13 09:51:08 -04:00
thread.h
Kernel: Added real support for thread and event blocking
2014-06-13 09:51:02 -04:00