eden/src/core/hle/service
Zephyron cf1bcb02c5 service/vi: Improve OpenDisplay validation
Updates the OpenDisplay function in IApplicationDisplayService to properly
validate display names. Instead of only accepting "Default", now validates
against all known valid display names: "Default", "External", "Edid",
"Internal", and "Null".

- Changes log level from WARNING to DEBUG since this is no longer stubbed
- Adds proper validation for all valid display names
- Returns ResultOperationFailed for invalid display names
- Improves logging by including the requested display name
2025-04-19 17:19:38 -03:00
..
acc Qlauncher firmware 19 2025-04-14 12:10:33 -03:00
am Fixes the launch of some games on firmware versions 18 and above. 2025-04-15 05:59:18 +03:00
aoc aoc: Rename AOC_U to IAddOnContentManager 2024-02-23 01:19:18 +01:00
apm general: Use console mode helper across project 2023-08-22 21:58:23 -04:00
audio fixes out_audio_controller build error 2025-04-14 12:23:30 -03:00
bcat Qlauncher firmware 19 2025-04-14 12:10:33 -03:00
bpc service: refactor server architecture 2023-02-21 12:19:25 -05:00
btdrv service: btdrv: Add EnableRadio for Qlaunch 2024-02-23 18:58:51 -06:00
btm service: btm: Implement function needed by QLaunch 2024-02-17 12:39:36 -06:00
caps service: caps: Implement GetAlbumFIleList 2024-02-16 12:15:37 -06:00
erpt erpt: stub report creation 2024-02-24 22:25:34 -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 Ported some stubs from Suyu (2ba2db7795) 2025-04-04 03:40:47 +02:00
friend Return correct amount of values from IFriendService::GetReceivedFriendRequestCount 2025-04-13 15:39:17 -03:00
glue Port changes from Early Access 2025-04-04 03:40:46 +02:00
grc service: refactor server architecture 2023-02-21 12:19:25 -05:00
hid Implement HID function stub "SetGestureOutputRanges" (#105) 2025-04-04 03:40:49 +02:00
jit service: use const references for input raw data 2024-02-01 12:57:54 -05:00
lbl service: lbl: Add SaveCurrentSetting, LoadCurrentSetting and IsAutoBrightnessControlSupported for QLaunch 2024-02-23 18:58:50 -06:00
ldn Update fmt to allow for v11 2025-04-10 01:11:22 +02: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: set: Migrate ISystemSettingsServer to new IPC 2024-02-14 12:40:10 -06:00
mm Rewrote mm:u to follow switchbrew.org documentation and update them 2025-04-04 03:40:48 +02: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 Update fmt to allow for v11 2025-04-10 01:11:22 +02: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 Qlauncher firmware 19 2025-04-14 12:10:33 -03:00
nim Update freind, nifm and nim stubs 2025-04-04 03:40:49 +02:00
npns Qlauncher firmware 19 2025-04-14 12:10:33 -03:00
ns ns: fix alignment of uid type 2024-02-20 18:43:44 -05:00
nvdrv Qlauncher firmware 19 2025-04-14 12:10:33 -03:00
nvnflinger nvnflinger/vi: don't recreate buffer queue on open/close 2024-02-19 23:59:35 -05:00
olsc olsc: rewrite IOlscServiceForSystemService 2024-02-21 20:02:00 -05:00
omm am: move out omm interfaces to new module 2024-02-12 09:18:29 -05:00
os "Merge Tagged PR 13018" 2024-03-03 13:02:50 +00:00
pcie service: refactor server architecture 2023-02-21 12:19:25 -05:00
pctl Qlauncher firmware 19 2025-04-14 12:10:33 -03: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 Update fmt to allow for v11 2025-04-10 01:11:22 +02: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 Use u32 instead of int 2025-04-04 03:40:50 +02:00
sm Rework time service to fix time passing offline. 2024-01-24 04:26:55 +00:00
sockets Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
spl core: remove ResultVal type 2023-08-08 11:09:37 -04:00
ssl Add the rest of the necessary code for ssl:s 2025-04-04 03:40:49 +02:00
usb service: usb: Update names 2023-03-05 10:45:24 -06:00
vi service/vi: Improve OpenDisplay validation 2025-04-19 17:19:38 -03:00
cmif_serialization.h audio: rewrite IAudioRenderer 2024-02-20 22:15:38 -05:00
cmif_types.h Merge pull request #12951 from liamwhite/more-ipc 2024-02-09 10:51:03 -06:00
hle_ipc.cpp ipc: additional fixes 2024-02-07 15:06:15 -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
server_manager.cpp general: fix asan errors 2024-02-26 19:28:49 -05:00
server_manager.h server_manager: use multi wait API 2024-02-07 12:15:01 -05:00
service.cpp Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
service.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00
services.cpp Merge pull request #13081 from FearlessTobi/aoc-ipc 2024-02-24 12:48:26 -05:00
services.h vi: manage resources independently of nvnflinger and refactor 2024-02-17 18:08:38 -05:00