This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
suyu-mirror
Watch
1
Star
0
Fork
0
You've already forked suyu-mirror
mirror of
https://git.suyu.dev/suyu/suyu
synced
2025-09-10 16:26:32 -05:00
Code
Issues
Releases
Wiki
Activity
Files
aae9fcf4a4071a408af10ca1c72180cdc04687b8
suyu-mirror
/
src
/
core
/
hle
/
kernel
History
bunnei
aae9fcf4a4
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.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
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
thread.h
Kernel: Added real support for thread and event blocking
2014-06-13 09:51:02 -04:00