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
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
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
Narr the Reg
0017139a65
service: btm: Fix handle functions
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
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
Liam
91c597e869
sm:: fix lingering session initialization issues
3 years ago
Liam
893a54f2bd
sm:: support service registration deferral
3 years ago
Liam
1c3a93e7c4
service: refactor server architecture
Converts services to have their own processes
3 years ago
Liam
edda4ad9ae
kernel: add KObjectName
3 years ago
Liam
c415339beb
service: remove deleted services
3 years ago
arades79
60a68839ee
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
3e078dbb07
apply clang-format
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
arades79
adcef452e0
add static lifetime to constexpr values to force compile time evaluation where possible
Signed-off-by: arades79 <scravers@protonmail.com>
3 years ago
Liam
c68577384a
general: rename CurrentProcess to ApplicationProcess
3 years ago
Liam
832e1e2ca4
kernel: use GetCurrentProcess
3 years ago
Colin Kinloch
d0ca9973a7
kernel/svc: Fix undefined info_id
3 years ago
bunnei
86a1aa0fcc
core: kernel: k_process: Use application system resource.
3 years ago
ameerj
8467bf5224
kernel: Refactor thread_local variable usage
On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId().
This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread
3 years ago
Liam
f68b3dcb29
kernel: avoid usage of bit_cast
3 years ago
Narr the Reg
420560f4d3
core: hid: Use gyro thresholds modes set by the game
3 years ago
Narr the Reg
3d2f7c4170
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
3 years ago
Liam
b91913334e
kernel/svc: switch to generated wrappers
3 years ago
Liam
43131451c3
kernel: fix compilation with older gcc
3 years ago
Liam
2d0892da7f
kernel/svc: Split implementations into separate files
3 years ago
ameerj
0b2e3ecc19
fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
3 years ago
ameerj
7cc5da4a9f
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
This reverts commit 153fa289d2 , reversing
changes made to 20676b3b5a .
3 years ago
liamwhite
f74a95b6fb
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
3 years ago
Liam
1f14d5ebce
kernel: add KDeviceAddressSpace
3 years ago
german77
db99ab5431
input_common: Implement turbo buttons
3 years ago