| Age | Commit message (Collapse) | Author |
|
|
|
Enable the use of MSG_DONTWAIT flag on RecvImpl
|
|
|
|
|
|
|
|
dynarmic: Abort watchpoints ASAP
|
|
hle: service: nvflinger: Factor speed limit into frame time calculation.
|
|
service: Update some services to 14.0.0+
|
|
common/x64: Use TSC clock rate from CPUID when available
|
|
|
|
- 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.
|
|
common/setting: Make ranged a property of the type
|
|
core/arm: skip watchpoint checks when reading instructions
|
|
service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus
|
|
|
|
common: fix bitfield aliasing on GCC/Clang
|
|
|
|
- Avoids new GCC 12 warnings when Type is of form std::optional<T>
- Makes more sense this way, because ranged is not a property which would change over time
|
|
common_funcs: Mark padding as [[maybe_unused]]
|
|
nvflinger: Polymorphic destructor requried for abstract class IBinder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
qt_web_browser: Fix button inputs with QtWebEngine
|
|
input_common: sdl: lower vibration frequency and use it's own unique thread
|
|
|
|
|
|
|
|
|
|
|
|
kernel: fix usage of waiter_list in Finalize
|
|
|
|
Solves MSVC compile error. Also drops need string use for comparison.
|
|
Adds some comments, removes unused includes, and removes last bits of
logging since this is before the logging backend starts up.
|
|
Wow fork() is nice, isn't it?
|
|
|
|
|
|
|
|
renderer_(gl/vk): Implement ASTC_10x6_UNORM
|
|
|
|
|
|
Core timing: use only one thread.
|
|
|