1
0
Fork 0
forked from suyu/suyu
suyu/src
Kevin Hartman 5fcbfc06eb Scheduler refactor Pt. 1
* 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.
2015-02-09 21:47:12 -08:00
..
assets Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
citra arm: Adios armemu 2015-01-31 20:43:03 -05:00
citra_qt citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint. 2015-02-03 21:11:50 +01:00
common Fix a wrong file name in a comment 2015-02-07 00:37:06 -05:00
core Scheduler refactor Pt. 1 2015-02-09 21:47:12 -08:00
video_core Rasterizer: Implement the other color and alpha modifiers. 2015-02-04 22:15:51 -05:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00