| Age | Commit message (Collapse) | Author |
|
dynarmic: Abort watchpoints ASAP
|
|
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.
|
|
core/arm: skip watchpoint checks when reading instructions
|
|
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
|
|
|
|
|
|
Core timing: use only one thread.
|
|
|
|
core/arm: better support for backtrace generation
|
|
kernel: clean up waiting implementation
|
|
service: hid: Correct some mistakes and add more validations
|
|
common/fiber: make fibers easier to use
|
|
gdbstub_arch: Directly access SP register
|
|
|
|
|
|
cpu_manager: properly check idle on return from preemption
|
|
dynarmic: Stop ReadCode callbacks to unmapped addresses
|
|
|
|
Currently to access the SP register, RegRead and RegWrite rely on a
out-of-bounds array access to reach the next element in a struct. As
of writing only git versions of GCC catch this error.
Specify the SP register when we want to access it in these functions.
|
|
Core: Remake Core Timing
|
|
|
|
|
|
|
|
|
|
|
|
Replace multiple names with a better name
|
|
|
|
|
|
|
|
|
|
|
|
Support `InfoType_MesosphereCurrentProcess`
|
|
|
|
|
|
kernel: make current thread pointer thread local
|