Liam
8292ba7ad6
cmif_serialization: fix LargeData types
2 years ago
Narr the Reg
a0f7f2b309
service: hid: Implement GetPlayerLedPattern accurately
2 years ago
LotP1
ecea5ef757
Update sockets.h
forgot to realign the enum
2 years ago
LotP1
a1ce45b0b1
Update src/core/hle/service/sockets/sockets.h
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2 years ago
Liam
9ba9780a96
cmif_serialization: fix out layout calculation
2 years ago
LotP1
2cc5c517cf
Update sockets_translate.cpp
Align the error case with it's index in the Errno enum
2 years ago
LotP1
c0775e74ec
Update sockets.h
Add the CONNREFUSED error to the Service::Sockets::Errno enum
2 years ago
LotP1
3acf35bb98
Update sockets_translate.cpp
Add support for the CONNREFUSED Errno.
Without this Connect() will return SUCCESS when a connection is refused, instead of an error code. This causes code, that relies on the result of Connect() being SUCCESS, to execute when it shouldn't.
2 years ago
Narr the Reg
64fca24b32
service: mii: Set arguments as const
2 years ago
amazingfate
6c8df6af44
fix build for gcc 11
2 years ago
german77
8e93537266
service: am: Focus state changed goes last
2 years ago
Kelebek1
19a2f12692
Use the input process handle to get the correct application's memory
2 years ago
german77
b75401a2cb
service: set: Increase settings version
2 years ago
german77
12e7ee2357
service: set: Implement more Qlaunch Settings
2 years ago
Liam
6c4eb2733d
kernel: clear pinned waiter list on unpin
2 years ago
Kelebek1
da410506a4
Move time services to new IPC.
Add some fixes/improvements to usage with the new IPC
2 years ago
Narr the Reg
c5e88c654e
service: mii: Migrate service to new interface
2 years ago
Liam
a774ff935c
cmif_serialization: support non-domain sessions on domain servers
2 years ago
Liam
431df5ae93
cmif_types: improve ergonomics of types
2 years ago
Narr the Reg
53b321c945
service: set: Implement more settings functions for Qlaunch
2 years ago
FearlessTobi
975deb7528
Address review comments and fix compilation problems
2 years ago
FearlessTobi
2c049ae06d
fs: Add path class
2 years ago
FearlessTobi
54372fdff5
result: Make fully constexpr, add ON_RESULT_INCLUDED
2 years ago
FearlessTobi
c60ab6bbf6
fs/errors: Unify naming of result codes
2 years ago
FearlessTobi
cc09c265e1
fs: Replace Mode enum by OpenMode enum
2 years ago
FearlessTobi
0f9288e38d
vfs: Move vfs files to their own directory
2 years ago
FearlessTobi
06fb7f90da
fs: Move fsp_srv subclasses to separate files
fs: Move additional files to the fsp directory
2 years ago
Liam
01a2d978eb
service: add template serializer for method calls
2 years ago
Kelebek1
e4915fb7d2
Rework time service to fix time passing offline.
2 years ago
Narr the Reg
fc5d76e6e2
service: properly convert buffers to strings
2 years ago
Liam
a120f8ff4d
nvservices: close map handles on session close
2 years ago
Liam
96833cd809
kernel: target invalidate to given process
2 years ago
Narr the Reg
1b984738ab
service: hid: Implement EnableAppletForInput
2 years ago
german77
a7620a29be
service: set: Don't allow invalid mii author id
2 years ago
Liam
04867e2456
nvhost_vic: use map erase by key
2 years ago
Liam
32f623e029
nvdrv: clean up preallocation
2 years ago
Liam
b6c6534c30
nvdrv: use correct names for interface factory
2 years ago
Liam
beb438bb0b
nvdrv: use static typing for SessionId, smmu Asid types
2 years ago
Fernando Sahmkow
648ed55fe6
Core: Make sure GPU Dirty Managers ae shared by all processes.
2 years ago
Fernando Sahmkow
590d9b7e1d
Core: Clang format and other small issues.
2 years ago
Fernando Sahmkow
b0bca0f8b0
SMMU: Fix software rendering and cleanup
2 years ago
Fernando Sahmkow
d8f1ce2f76
SMMU: Add continuity tracking optimization.
2 years ago
Fernando Sahmkow
303cd31162
SMMU: Add Android compatibility
2 years ago
Fernando Sahmkow
0adc09e0af
GPU-SMMU: Estimate game leak and preallocate device region.
2 years ago
Fernando Sahmkow
96fd1348ae
GPU SMMU: Expand to 34 bits
2 years ago
Fernando Sahmkow
34a8d0cc8e
SMMU: Implement physical memory mirroring
2 years ago
Fernando Sahmkow
0a2536a0df
SMMU: Initial adaptation to video_core.
2 years ago
Fernando Sahmkow
7a9d1ad2f8
NVDRV: Implement sessions and initial implementation of SMMU
2 years ago
Liam
e4bbb24dcf
vi: check layer state before opening or closing
2 years ago
Andrew Pilley
6536d29c61
Update based on feedback
2 years ago