- Jan 24, 2017
-
-
Kloen Lansfiel authored
-
- Jan 23, 2017
- Jan 22, 2017
- Jan 21, 2017
- Jan 20, 2017
- Jan 19, 2017
-
-
Yuri Kunde Schlesner authored
loader: Add support for 3DSX special relocation types
-
- Jan 18, 2017
-
-
Thomas Farr authored
As per devkitPro/3dstools@47bea18
-
- Jan 16, 2017
-
-
Yuri Kunde Schlesner authored
HID: manages updating itself using correct ticks
-
wwylele authored
-
wwylele authored
-
- Jan 14, 2017
-
-
Yuri Kunde Schlesner authored
GSP::WriteHWRegsWithMask: fix register mask
-
mailwl authored
-
- Jan 13, 2017
-
-
bunnei authored
SDL2: Config, fix double to float warning
-
- Jan 12, 2017
- Jan 11, 2017
-
-
Subv authored
Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code.
-
Subv authored
Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority.
-
Subv authored
-
Kloen authored
-
Kloen authored
-
Kloen authored
-
- Jan 10, 2017
-
-
bunnei authored
Kernel: Implemented Pulse event and timers.
-
- Jan 08, 2017
-
-
James Rowe authored
Prevents appveyor from attempting to deploy except on the nightly repo
-
James Rowe authored
-
bunnei authored
config: Add option for specifying screen resolution scale factor.
-
- Jan 07, 2017
- Jan 06, 2017
- Jan 05, 2017
-
-
Sebastian Valle authored
Kernel: Remove some unused functions.
-
Subv authored
-
Subv authored
After hwtesting and reverse engineering the kernel, it was found that the CTROS scheduler performs no priority boosting for threads like this, although some other forms of scheduling priority-starved threads might take place. For example, it was found that hardware interrupts might cause low-priority threads to run if the CPU is preempted in the middle of an SVC handler that deschedules the current (high priority) thread before scheduling it again.
-