| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | |
| 2014-06-05 | kernel: changed current default thread priority back to 0x30 - I think this ↵ | bunnei | |
| is more correct | |||
| 2014-06-01 | kernel: changed main thread priority to default, updated Kernel::Reschedule ↵ | bunnei | |
| to use PrepareReschedule | |||
| 2014-05-22 | kernel: refactored function naming to remove "__" prefix | bunnei | |
| 2014-05-20 | thread: moved threading calls to the Kernel namespace | bunnei | |
| 2014-05-20 | - created a Kernel namespace | bunnei | |
| - cleaned up Kernel code a bit (moved stuff into namespace, fixed whitespace issues) - added handle types for all different CTROS handles | |||
| 2014-05-15 | changed "UID" to "Handle" to be a little more consistent with CTR naming | bunnei | |
| 2014-05-14 | changed primary thread priority to 0x30 - this is typical, not 0x31 | bunnei | |
| 2014-05-13 | - added __KernelLoadExec function | bunnei | |
| - fixed some logging | |||
| 2014-05-09 | added initial kernel/thread modules | bunnei | |
