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.
yuzu/src/core
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.
10 years ago
..
arm Scheduler refactor Pt. 1 10 years ago
file_sys Services: Stubbed more services. 10 years ago
hle Scheduler refactor Pt. 1 10 years ago
hw core: Fix some warnings on OSX 10 years ago
loader core: Fix some warnings on OSX 10 years ago
CMakeLists.txt Explicitly instantiate constructors/destructors for Kernel objects 10 years ago
core.cpp arm: Adios armemu 10 years ago
core.h arm: Clean up ARMul_State 10 years ago
core_timing.cpp core_timing: Mark several variables as static 10 years ago
core_timing.h CoreTiming: Ported the CoreTiming namespace from PPSSPP 10 years ago
mem_map.cpp MemMap: Add support for DSP Read & Writes in the memory map 10 years ago
mem_map.h Move VAddr/PAddr typedefs to kernel.h 10 years ago
mem_map_funcs.cpp Add some support for the shared page (currently 3d slider is implemented) 10 years ago
settings.cpp License change 10 years ago
settings.h arm: Adios armemu 10 years ago
system.cpp Core: Fixed a crash and removed some unused variables. 10 years ago
system.h License change 10 years ago