Liam
7893136e74
kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLock
3 years ago
Liam
d41368663b
kernel: convert KAbstractSchedulerLock
3 years ago
Liam
8c137e234f
kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueue
3 years ago
Liam
c72afbd1db
kernel: move KMemoryLayout for NX board
3 years ago
Liam
842f5a4ced
kernel: remove KLinkedList
3 years ago
Liam
01e79d9399
kernel: convert KConditionVariable, KLightConditionVariable, KLightLock
3 years ago
Liam
3c93638acf
kernel: convert KPort, KSession
3 years ago
Liam
6b0b94dc27
kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style
3 years ago
Liam
5be8a74b0c
general: fix spelling mistakes
3 years ago
Narr the Reg
3c1865f1a1
service: nfp: Improve implementation
3 years ago
Morph
95585fe46b
perf_stats: Check multicore first
SpeedLimiting is SC only. Since MC is performance oriented we should check for it first to skip checking use_speed_limit.
3 years ago
Morph
5a46ea4b4e
hid: Use nanosecond timestamps instead of ticks
3 years ago
Morph
ddb330121a
core: Promote CPU/GPU threads to time critical
And also demote Audren and CoreTiming to High thread priority.
3 years ago
Liam
46a6277709
kernel: add timer pointer to KThreadQueue
3 years ago
Liam
d55cc3b004
general: fix type inconsistencies
3 years ago
Liam
2e637e5519
kernel: avoid signed overflow UB on MSVC
3 years ago
Liam
1484a6536d
kernel: clone fpu status on CreateThread
3 years ago
Liam
ea36f70e02
hle: rename legacy errors to Results
3 years ago
Jan Beich
98f8e82b60
kernel: add missing header for libc++
In file included from src/core/hle/kernel/k_light_lock.cpp:4:
In file included from src/./core/hle/kernel/k_light_lock.h:8:
src/./core/hle/kernel/k_scoped_lock.h:25:51: error: no member named 'addressof' in namespace 'std'
explicit KScopedLock(T& l) : KScopedLock(std::addressof(l)) {}
~~~~~^
3 years ago
Narr the Reg
d8848c1f7f
service: acc: Replace default image with a 32x32 image
3 years ago
Narr the Reg
9eaa964d82
service: psc: Update names
3 years ago
Narr the Reg
96bf71b888
service: ssl: Add missing properties and update names
3 years ago
Narr the Reg
9d8b2139b6
service: usb: Update names
3 years ago
Liam
1d9ac8a979
kernel: fix WaitSynchronization
3 years ago
Morph
7f079bf6c8
hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHz
3 years ago
Morph
e25334b8b3
core_timing: Use higher precision sleeps on Windows
The precision of sleep_for and wait_for is limited to 1-1.5ms on Windows.
Using SleepForOneTick() allows us to sleep for exactly one interval of the current timer resolution.
This allows us to take advantage of systems that have a timer resolution of 0.5ms to reduce CPU overhead in the event loop.
3 years ago
Liam
63414faea4
kernel: be more careful about kernel address keys
3 years ago
Liam
f4e795193b
kernel: refactor priority inheritance to represent locks as C++ objects
3 years ago
Liam
a269b9b8e5
kernel: simplify AddressSpaceInfo, update values
3 years ago
Liam
7f1ef3060c
kernel: barrier memory before condition variable write
3 years ago
Liam
dd0f9ff950
kernel: document previous location of interrupt disables in arbiter/condvar
3 years ago
Liam
1fd1d90c2d
kernel: adjust pool allocations
3 years ago
Liam
7c2041afbc
kernel: simplify KAbstractSchedulerLock::Lock
3 years ago
Liam
1cba79d852
kernel: add InfoType::IoRegionHint
3 years ago
Liam
c191cf75bb
nvnflinger: fix name
3 years ago
Liam
d7e9461b71
service: move hle_ipc from kernel
3 years ago
Liam
6ac62cfbe1
sm:: remove unused member
3 years ago
Alexandre Bouvier
e9ec2e4cf0
cmake: use correct boost imported targets
3 years ago
Matías Locatti
7cc539e8b8
Partially apply LTO to only core and video_core projects.
3 years ago
Narr the Reg
0017139a65
service: btm: Fix handle functions
3 years ago
Narr the Reg
2e388209d7
Revert "yuzu: config: Remove player 8 and 9 from config file"
3 years ago
Narr the Reg
f6531fb17c
yuzu: config: Remove player 8 and 9 from config file
3 years ago
Narr the Reg
4b240b6393
core: hidbus: Fix BusType size
3 years ago
Narr the Reg
932cf55052
core: Update service function tables to 16.0.0+
3 years ago
Liam
b88b27fdf5
am: avoid direct pointer access of transfer memory objects
3 years ago
Liam
434d182020
hid: avoid direct pointer access of transfer memory objects
3 years ago
Narr the Reg
86a9ed6ef1
core: hid: Restore motion state on refresh and clamp motion values
3 years ago
Narr the Reg
a146b27325
core: hid: Fix native mouse mappings
3 years ago
Merry
38f528134f
svc: Fix type consistency (exposed on macOS)
3 years ago
MonsterDruide1
fe662086c0
net: translate ECONNRESET network error
3 years ago