Ryujinx/src/Ryujinx.Horizon/Sdk
jhorv 08384ee5a8
IPC code gen improvements (#6352)
* HipcGenerator: skip do-nothing call to MemoryMarshal.Cast<byte, byte>() in generated code

* HipcGenerator: fix method name typos

* HipcGenerator: make generated methods use stackalloc for `isBufferMapAlias` bool array

* HipcGenerator: make generated GetCommandHandlers() method return a FrozenDictionary<int, CommandHandler>

* HipcGenerator: return `FrozenDictionary<,>.Empty` when there are no command implementations, otherwise create `FrozenDictionary` from a `IEnumerable<KeyValuePair<,>>`` instead of a `Dictionary<,>``
2024-02-23 21:12:24 -03:00
..
Account Migrate Audio service to new IPC (#6285) 2024-02-22 16:58:33 -03:00
Applet Migrate Audio service to new IPC (#6285) 2024-02-22 16:58:33 -03:00
Arp Horizon: Implement arp:r and arp:w services (#5802) 2024-01-25 23:06:53 +01:00
Audio Migrate Audio service to new IPC (#6285) 2024-02-22 16:58:33 -03:00
Bcat editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Codec Migrate Audio service to new IPC (#6285) 2024-02-22 16:58:33 -03:00
Diag [Ryujinx.Horizon] Address dotnet-format issues (#5381) 2023-07-01 12:42:10 +02:00
Friends Migrate friends service to new IPC (#6174) 2024-01-29 22:45:40 +01:00
Fs Implement NGC service (#5681) 2023-09-27 19:21:26 +02:00
Hshl editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Ins editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Lbl editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Lm editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
MmNv editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Ncm Horizon: Implement arp:r and arp:w services (#5802) 2024-01-25 23:06:53 +01:00
Ngc editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Ns Horizon: Implement arp:r and arp:w services (#5802) 2024-01-25 23:06:53 +01:00
OsTypes editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Ovln editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Prepo editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Psc editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Settings Migrate friends service to new IPC (#6174) 2024-01-29 22:45:40 +01:00
Sf IPC code gen improvements (#6352) 2024-02-23 21:12:24 -03:00
Sm editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Srepo editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Usb editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Wlan editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
DebugUtil.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
ServiceUtil.cs Horizon: Implement arp:r and arp:w services (#5802) 2024-01-25 23:06:53 +01:00