..
acc
Update based on feedback
2024-01-17 18:14:05 -08:00
am
service: am: Focus state changed goes last
2024-01-28 22:02:01 -06:00
aoc
aoc: fix DLC listing ( #12867 )
2024-01-31 17:21:34 +01:00
apm
general: Use console mode helper across project
2023-08-22 21:58:23 -04:00
audio
Merge pull request #12831 from Kelebek1/audren_multi
2024-01-28 15:02:22 -05:00
bcat
vfs: Move vfs files to their own directory
2024-01-25 16:40:42 -05:00
bpc
service: refactor server architecture
2023-02-21 12:19:25 -05:00
btdrv
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
btm
service: set: Implement more settings functions for Qlaunch
2024-01-25 17:14:18 -06:00
caps
Move time services to new IPC.
2024-01-27 03:30:09 +00:00
erpt
service: refactor server architecture
2023-02-21 12:19:25 -05:00
es
core: Add support for loading NSPs with personalized tickets. ( #10048 )
2023-09-05 21:09:42 +02:00
eupld
service: refactor server architecture
2023-02-21 12:19:25 -05:00
fatal
result: Make fully constexpr, add ON_RESULT_INCLUDED
2024-01-25 16:42:06 -05:00
fgm
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
filesystem
Address review comments and fix compilation problems
2024-01-25 16:43:53 -05:00
friend
Fix typos in src/core ( #12625 )
2024-01-08 13:31:48 -06:00
glue
Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.
2024-01-31 01:41:59 +00:00
grc
service: refactor server architecture
2023-02-21 12:19:25 -05:00
hid
service: hid: Implement GetPlayerLedPattern accurately
2024-01-30 10:57:03 -06:00
jit
cmif_types: improve ergonomics of types
2024-01-25 22:18:37 -05:00
lbl
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
ldn
Implemented qlaunch version of the controller applet
2023-11-19 18:38:58 +01:00
ldr
ro: add separate ro service
2023-12-09 15:50:34 -05:00
lm
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
mig
service: refactor server architecture
2023-02-21 12:19:25 -05:00
mii
service: mii: Set arguments as const
2024-01-29 11:22:44 -06:00
mm
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
mnpp
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
ncm
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
nfc
Move time services to new IPC.
2024-01-27 03:30:09 +00:00
nfp
Fix typos in src/core ( #12625 )
2024-01-08 13:31:48 -06:00
ngc
ngc: implement service
2023-09-14 09:14:08 -04:00
nifm
service: Stub multiple functions to increase stability of album applet
2023-10-07 20:57:10 -06:00
nim
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
npns
service: refactor server architecture
2023-02-21 12:19:25 -05:00
ns
vfs: Move vfs files to their own directory
2024-01-25 16:40:42 -05:00
nvdrv
NVDRV: Join the heaper optimization blocks
2024-01-31 16:38:51 +01:00
nvnflinger
Merge pull request #12579 from FernandoS27/smmu
2024-01-22 10:55:39 -05:00
olsc
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2023-08-05 11:47:51 -06:00
pcie
service: refactor server architecture
2023-02-21 12:19:25 -05:00
pctl
core: Close all KEvents
2023-10-29 13:52:12 -06:00
pcv
Fix typos in src/core ( #12625 )
2024-01-08 13:31:48 -06:00
pm
kernel: fix debugger and process list lifetime
2024-01-12 18:31:33 -05:00
prepo
service: hle: Allow to access read buffer A and X directly
2023-10-16 23:36:46 -06:00
psc
Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.
2024-01-31 01:41:59 +00:00
ptm
ts: add OpenSession
2023-10-20 13:29:32 -04:00
ro
cmif_types: improve ergonomics of types
2024-01-25 22:18:37 -05:00
set
Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.
2024-01-31 01:41:59 +00:00
sm
Rework time service to fix time passing offline.
2024-01-24 04:26:55 +00:00
sockets
Update sockets.h
2024-01-30 12:24:47 +01:00
spl
core: remove ResultVal type
2023-08-08 11:09:37 -04:00
ssl
ssl: fix output byte buffer size issue ( #12372 )
2023-12-16 17:42:33 +01:00
usb
service: usb: Update names
2023-03-05 10:45:24 -06:00
vi
service: properly convert buffers to strings
2024-01-23 10:24:05 -06:00
cmif_serialization.h
cmif_serialization: fix LargeData types
2024-01-30 12:26:32 -05:00
cmif_types.h
Move time services to new IPC.
2024-01-27 03:30:09 +00:00
hle_ipc.cpp
service: add template serializer for method calls
2024-01-25 14:35:51 -05:00
hle_ipc.h
service: add template serializer for method calls
2024-01-25 14:35:51 -05:00
ipc_helpers.h
kernel: fix resource limit imbalance
2023-12-22 21:52:49 -05:00
kernel_helpers.cpp
Rework time service to fix time passing offline.
2024-01-24 04:26:55 +00:00
kernel_helpers.h
service: refactor server architecture
2023-02-21 12:19:25 -05:00
mutex.cpp
kernel: match calls to Register and Unregister
2023-04-29 21:52:26 -04:00
mutex.h
service: refactor server architecture
2023-02-21 12:19:25 -05:00
server_manager.cpp
server_manager: respond to session close correctly
2024-01-07 21:33:24 -05:00
server_manager.h
service: use interface factory in server manager
2023-12-09 13:45:25 -05:00
service.cpp
Rework time service to fix time passing offline.
2024-01-24 04:26:55 +00:00
service.h
service: add template serializer for method calls
2024-01-25 14:35:51 -05:00