| Age | Commit message (Collapse) | Author |
|
Enable the use of MSG_DONTWAIT flag on RecvImpl
|
|
|
|
hle: service: nvflinger: Factor speed limit into frame time calculation.
|
|
service: Update some services to 14.0.0+
|
|
|
|
- These were all somewhat redundant.
|
|
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation.
- This is already supported for SC emulation.
|
|
service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus
|
|
|
|
nvflinger: Polymorphic destructor requried for abstract class IBinder
|
|
|
|
|
|
input_common: sdl: lower vibration frequency and use it's own unique thread
|
|
|
|
|
|
|
|
|
|
kernel: fix usage of waiter_list in Finalize
|
|
|
|
|
|
|
|
kernel: clean up waiting implementation
|
|
service: hid: Correct some mistakes and add more validations
|
|
common/fiber: make fibers easier to use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace multiple names with a better name
|
|
Support `InfoType_MesosphereCurrentProcess`
|
|
|
|
|
|
|
|
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
|
|
|
|
|
|
|
|
KPageTable: Remove extraneous assert
|
|
kernel: wait for threads to stop on pause
|
|
Since start is always 0 and VAddr is unsigned, we can safely remove this assert.
|
|
core/debugger: memory breakpoint support
|
|
kernel: fix some uses of disable_count
|
|
Used by Ring Fit Adventure
|
|
|
|
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
|