| Age | Commit message (Collapse) | Author |
|
IR: separate functions of each port to their own files
|
|
|
|
Corrects a few issues with regards to Doxygen documentation, for example:
- Incorrect parameter referencing.
- Missing @param tags.
- Typos in @param tags.
and a few minor other issues.
|
|
Replace built-in Profiler with indicators in status bar
|
|
More ergonomic to use and will be required for upcoming changes.
|
|
|
|
|
|
|
|
APT: implemented Wrap and Unwrap
|
|
|
|
of 0.
|
|
|
|
(#2574)
Fixes #2556
|
|
Fixes #2567
|
|
|
|
|
|
file_sys: change RomFS archive to Self NCCH archive
|
|
|
|
|
|
|
|
IPC helper
|
|
|
|
Core: update Kernel Config Memory to latest version (11.2)
|
|
|
|
This allows Phoenix Wright - Dual Destinies to boot.
|
|
|
|
CAM: build the service framework with a dummy implementation
|
|
CFG: move language override to the boot process
|
|
|
|
Service/NFC: stub some functions
|
|
|
|
|
|
|
|
|
|
|
|
Tested on: Mini-Mario & Friends - amiibo Challenge
|
|
|
|
Implement some TODOs in the code.
|
|
Service/AC: add ac:i service
|
|
creating a thread and remove the priority clamping code.
|
|
priority clamping code from Thread::SetPriority.
|
|
invalid value.
|
|
|
|
Kernel: Implemented Pulse event and timers.
|
|
Don't yield execution in SleepThread(0) if there are no available threads to run
|
|
Kernel/Semaphore: Fixed a regression in semaphore waits.
|
|
Closes #2400
|
|
Kernel: Removed the priority boost code for starved threads.
|
|
available threads to run.
With this we avoid an useless temporary deschedule of the current thread.
|
|
|