yuzu-fork/src/core/hle/service
2024-01-26 10:43:34 -06:00
..
acc Update based on feedback 2024-01-17 18:14:05 -08:00
am service: mii: Migrate service to new interface 2024-01-26 10:43:34 -06:00
aoc aoc: stub purchase info calls 2023-09-18 16:20:53 -04:00
apm general: Use console mode helper across project 2023-08-22 21:58:23 -04:00
audio audio: fetch process object from handle table 2024-01-12 10:03:16 -05:00
bcat service: move hle_ipc from kernel 2023-03-01 10:39:49 -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 Implemented qlaunch version of the controller applet 2023-11-19 18:38:58 +01:00
caps Rework time service to fix time passing offline. 2024-01-24 04:26:55 +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 general: properly support multiple memory instances 2023-12-22 21:52:49 -05:00
fgm service: move hle_ipc from kernel 2023-03-01 10:39:49 -05:00
filesystem fsp-srv: use program registry for SetCurrentProcess 2024-01-11 11:28:52 -05:00
friend Fix typos in src/core (#12625) 2024-01-08 13:31:48 -06:00
glue Rework time service to fix time passing offline. 2024-01-24 04:26:55 +00:00
grc service: refactor server architecture 2023-02-21 12:19:25 -05:00
hid service: hid: Implement EnableAppletForInput 2024-01-21 14:05:18 -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: Migrate service to new interface 2024-01-26 10:43:34 -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 Rework time service to fix time passing offline. 2024-01-24 04:26:55 +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 Rework time service to fix time passing offline. 2024-01-24 04:26:55 +00:00
nvdrv Merge pull request #12759 from liamwhite/mp-misc 2024-01-25 16:21:38 -05: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 Rework time service to fix time passing offline. 2024-01-24 04:26:55 +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 service: mii: Migrate service to new interface 2024-01-26 10:43:34 -06:00
sm Rework time service to fix time passing offline. 2024-01-24 04:26:55 +00:00
sockets sockets: use safe access helpers 2023-10-25 14:07:22 -04: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: support non-domain sessions on domain servers 2024-01-25 22:18:42 -05:00
cmif_types.h cmif_types: improve ergonomics of types 2024-01-25 22:18:37 -05: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