yuzu-fork/src/core/hle/service
2024-02-06 00:38:46 -06:00
..
acc Update based on feedback 2024-01-17 18:14:05 -08:00
am am: push storage from error applet with non-zero size 2024-01-30 20:13:48 -05: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 service: capsrv: Migrate to new IPC 2024-01-29 20:35:45 -06: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 service: fs: Skip non user id folders 2024-02-02 13:25:38 -06:00
friend Fix typos in src/core (#12625) 2024-01-08 13:31:48 -06:00
glue Fix firmware timezone boot load check. 2024-02-03 15:21:10 +00:00
grc service: refactor server architecture 2023-02-21 12:19:25 -05:00
hid service: hid: Migrate hid debug service to new interface 2024-02-06 00:38:46 -06:00
jit service: use const references for input raw data 2024-02-01 12:57:54 -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: use const references for input raw data 2024-02-01 12:57:54 -05: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 core: support offline web applet 2024-01-29 20:17:33 -05: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 core: support offline web applet 2024-01-29 20:17:33 -05:00
nvdrv nvnflinger/gpu: implement layer stack composition 2024-01-31 11:27:21 -05:00
nvnflinger nvnflinger: release buffers before presentation sleep 2024-02-03 17:14:43 -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 service: use const references for input raw data 2024-02-01 12:57:54 -05:00
ptm ts: add OpenSession 2023-10-20 13:29:32 -04:00
ro service: use const references for input raw data 2024-02-01 12:57:54 -05:00
set Merge pull request #12780 from german77/touch_resource5 2024-02-01 11:33:44 -05: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 nvnflinger/gpu: implement layer stack composition 2024-01-31 11:27:21 -05:00
cmif_serialization.h cmif_serialization: enforce const for references 2024-02-02 09:32:10 -05:00
cmif_types.h cmif_serialization: enforce const for references 2024-02-02 09:32:10 -05:00
event.cpp am: add new datatypes for per-applet state 2024-01-29 18:43:45 -05:00
event.h am: add new datatypes for per-applet state 2024-01-29 18:43:45 -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