| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Used by Just Dance® 2023 Edition
|
|
|
|
|
|
Kernel: Various updates for FW 15.0.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: remove KWritableEvent
|
|
|
|
|
|
|
|
|
|
Replace multiple names with a better name
|
|
Support `InfoType_MesosphereCurrentProcess`
|
|
|
|
|
|
|
|
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
|
|
|
|
|
|
Currently this just stops all the emulation
This works under assumption that only application will try to use
ExitProcess, with services not touching it
If application exits - it quite makes sense to end the emulation
|
|
kernel: implement KProcess suspension
|
|
kernel: notify debugger on break SVC
|
|
|
|
|
|
|
|
|
|
Resolves the C4146 compiler warning on MSVC.
|
|
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
|
UnmapCodeMemory (fixes #8174)
|
|
physical address space.
|
|
- This does not seem terribly useful and is inconsistent with other usage.
|
|
|
|
- This is necessary to ensure resource limits are freed from the right process.
|
|
Very straightforward, they are just wrappers to the 64-bit version of
the SVC.
|