| Age | Commit message (Collapse) | Author |
|
|
|
Archive: Fixed brace ugliness for neobrain :)
FS: Commented out unused local variables to prevent warnings.
...But keeping them here for future use.
archive_romfs: Removed unused #include.
|
|
APT: More cleanups.
APT: Changed SignalType to be type u32.
|
|
FS: Added to CMakeLists.txt
|
|
|
|
Conflicts:
src/core/hle/function_wrappers.h
src/core/hle/service/gsp.cpp
|
|
|
|
|
|
|
|
module where they are needed).
|
|
|
|
|
|
unnecessarily be logged.
|
|
|
|
|
|
|
|
|
|
readability.
|
|
|
|
|
|
|
|
|
|
|
|
incorrectly set
|
|
error (as this is not required for all kernel objects)
|
|
- SVC: Added ExitThread support
- SVC: Added SignalEvent support
- Thread: Added WAITTYPE_EVENT for waiting threads for event signals
- Thread: Added support for blocking on other threads to finish (e.g. Thread::Join)
- Thread: Added debug function for printing current threads ready for execution
- Thread: Removed hack/broken thread ready state code from Kernel::Reschedule
- Mutex: Moved WaitCurrentThread from SVC to Mutex::WaitSynchronization
- Event: Added support for blocking threads on event signalling
Kernel: Added missing algorithm #include for use of std::find on non-Windows platforms.
|
|
|
|
|
|
|
|
|
|
|
|
mode (as used by the debugger)
|
|
is more correct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DuplicateHandle support
|
|
to use PrepareReschedule
|
|
pointer arguments
|
|
|
|
|
|
stub for SleepThread (does nothing)
|
|
threads are ready for execution
|
|
state, cleaned up some comments
|
|
|
|
|