| Age | Commit message (Collapse) | Author |
|
hle: kernel: Initialize preemption task after schedulers.
|
|
- Fixes a startup crash that occurs if CoreTiming tries to preempt before kernel initialization completes.
|
|
|
|
|
|
|
|
Introduces the usage of compatibilities to allow it the module to be closer to how it works on hardware.
|
|
and closing
We pass the fd to the ioctl as well as alert the device when it's opened or closed to allow for fd unique actions to take place
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Wee also report the correct "big page size" now in GetVARegions & fix up the struct for IoctlAllocAsEx
|
|
- Fixes clang errors with mixed enum arithmetic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IApplicationDisplayService: Stub GetIndirectLayerImageMap
|
|
service: Refactor spl
|
|
Used by games invoking the inline software keyboard such as GNOSIA
|
|
Silences log spam on empty buffer writes
|
|
time: Assign the current time point to the ClockSnapshot
|
|
|
|
|
|
CalculateSpanBetween passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments.
Partially fixes Super Smash Bros. Ultimate's Spirit Board
|
|
Fixes the timer in Super Smash Bros Ultimate's Spirit Board.
|
|
- Fixes another small leak.
|
|
- Dummy threads are created on thread local storage for all host threads.
- Fixes a leak by removing creation of fibers, which are not applicable here.
|
|
|
|
core: Switch to unique_ptr for usage of Common::Fiber.
|
|
core: hle: ldn: Error out on call to Initialization.
|
|
HID: Implement gestures
|
|
|