This website requires JavaScript.
Explore
Help
Register
Sign In
yuzu-emu
/
yuzu-android
Archived
Watch
1
Star
0
Fork
0
You've already forked yuzu-android
Code
This repository has been archived on
2024-03-23
. You can view files and clone it, but cannot push or open issues or pull requests.
6a78be5930
yuzu-android
/
src
/
core
/
hle
/
kernel
History
bunnei
6a78be5930
thread: fixed bug where result of __NextThread was not being properly checked when NULL
2014-05-21 21:42:18 -04:00
..
kernel.cpp
thread: moved threading calls to the Kernel namespace
2014-05-20 19:37:46 -04:00
kernel.h
kernel: fixed include, in general include "common.h" not "common_types.h"
2014-05-20 22:27:46 -04:00
mutex.cpp
mutex: refactored the interface to code to return a Mutex* handle
2014-05-20 23:23:58 -04:00
mutex.h
mutex: refactored the interface to code to return a Mutex* handle
2014-05-20 23:23:58 -04:00
thread.cpp
thread: fixed bug where result of __NextThread was not being properly checked when NULL
2014-05-21 21:42:18 -04:00
thread.h
thread: added correct lowest thread priority, added a thread priority check, and added some comments
2014-05-20 21:02:35 -04:00