Liam
6828f66b42
kernel: fix clang build
3 years ago
Liam
a0867d72ed
kernel: remove unnecessary finalize calls
3 years ago
Liam
b8da5b73b2
kernel: convert KProcess to new style
3 years ago
Liam
46d09ae364
kernel: convert KThread to new style
3 years ago
Liam
d0e11c27d9
kernel: prefer std::addressof
3 years ago
Liam
24077ea160
kernel: convert KResourceLimit
3 years ago
Liam
cf0b407daa
kernel: remove kernel_
3 years ago
Liam
3280ebac7e
kernel: remove gratitutous attribute usage
3 years ago
Liam
0c6375446c
kernel/svc: convert to new style
3 years ago
Liam
767059b620
kernel: convert miscellaneous
3 years ago
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
11814a4991
vk_scheduler: split work queue waits and execution waits
3 years ago
Liam
5be8a74b0c
general: fix spelling mistakes
3 years ago
FengChen
e067d314ba
video_core: Fix ogl status error when draw_texture
3 years ago
FengChen
5a1d6233b2
video_core: Invalid index_buffer flag when inline_index draw
3 years ago
german77
875958163b
yuzu: Move audio settings to audio section
3 years ago
german77
d4ce7b7ad6
yuzu: Remove console id setting
3 years ago
Feng Chen
63a0d2661c
video_core: Update texture format
3 years ago
Narr the Reg
3c1865f1a1
service: nfp: Improve implementation
3 years ago
ameerj
625d716f56
OpenGL: Prefer glClientWaitSync for OGLSync objects
At least on Nvidia, glClientWaitSync with a timeout of 0 (non-blocking) is faster than glGetSynciv of GL_SYNC_STATUS.
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
Morph
e27dced550
native_clock: Wait for 10 seconds instead of 30
It was experimentally determined to be sufficient.
3 years ago
Morph
d766e783ea
native_clock: Use RealTimeClock instead of SteadyClock
We want to synchronize RDTSC to real time.
3 years ago
Morph
c3855de299
steady_clock: Introduce a real time clock
3 years ago
Morph
afa678be3a
native_clock: Re-adjust the RDTSC frequency
The RDTSC frequency reported by CPUID is not accurate to its true frequency.
We will spawn a separate thread to calculate the true RDTSC frequency after a measurement period of 30 seconds has elapsed.
3 years ago
Narr the Reg
822a967bca
input_common: Minor typo issues ( #9922 )
3 years ago
Liam
46a6277709
kernel: add timer pointer to KThreadQueue
3 years ago
german77
db3f4f7515
input_common: Increase mouse sensitivity range
3 years ago
Liam
242691d871
common: make BitCast constexpr
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
ameerj
bc5a8c664b
gl_rasterizer: Implement AccelerateDMA DmaBufferImageCopy
3 years ago
ameerj
e901a7f029
Refactor AccelerateDMA code
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
Ikko Eltociear Ashimine
538c3df844
fix typo in settings.h
Intial -> Initial
3 years ago
Narr the Reg
d8848c1f7f
service: acc: Replace default image with a 32x32 image
3 years ago
german77
b1913d2db3
input_common: joycon: Add stick input from passive reports
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