mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid for a thread at any given point in the system. * Removes dead code from thread.cpp. * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation. Other changes: * Fixed comments in arm interfaces. * Updated comments in thread.cpp * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp. * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation. |
10 years ago | |
---|---|---|
.. | ||
arm | 10 years ago | |
file_sys | 10 years ago | |
hle | 10 years ago | |
hw | 10 years ago | |
loader | 10 years ago | |
CMakeLists.txt | 10 years ago | |
core.cpp | 10 years ago | |
core.h | 10 years ago | |
core_timing.cpp | 10 years ago | |
core_timing.h | 10 years ago | |
mem_map.cpp | 10 years ago | |
mem_map.h | 10 years ago | |
mem_map_funcs.cpp | 10 years ago | |
settings.cpp | 10 years ago | |
settings.h | 10 years ago | |
system.cpp | 10 years ago | |
system.h | 10 years ago |