ryujinx/Ryujinx.HLE/HOS/Services
Andrey Sukharev 4ce4299ca2
Use source generated json serializers in order to improve code trimming (#4094)
* Use source generated json serializers in order to improve code trimming

* Use strongly typed github releases model to fetch updates instead of raw Newtonsoft.Json parsing

* Use separate model for LogEventArgs serialization

* Make dynamic object formatter static. Fix string builder pooling.

* Do not inherit json version of LogEventArgs from EventArgs

* Fix extra space in object formatting

* Write log json directly to stream instead of using buffer writer

* Rebase fixes

* Rebase fixes

* Rebase fixes

* Enforce block-scoped namespaces in the solution. Convert style for existing code

* Apply suggestions from code review

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Rebase indent fix

* Fix indent

* Delete unnecessary json properties

* Rebase fix

* Remove overridden json property names as they are handled in the options

* Apply suggestions from code review

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Use default json options in github api calls

* Indentation and spacing fixes

---------

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
2023-03-21 19:41:19 -03:00
..
Account Use source generated json serializers in order to improve code trimming (#4094) 2023-03-21 19:41:19 -03:00
Am Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
Apm
Arp
Audio
Bcat Minor code formatting (#4498) 2023-03-04 14:43:08 +01:00
Bgtc
Bluetooth
BluetoothManager
Caps Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes) (#4382) 2023-02-08 14:54:58 +01:00
Cec
Ectx
Erpt
Es
Eupld
Fatal
Friend
Fs Minor code formatting (#4498) 2023-03-04 14:43:08 +01:00
Grc
Hid Treat NpadIdType < 0 as invalid. Filter invalid SupportedPlayers inside IHidServer.SetSupportedNpadIdType(). (#4377) 2023-02-10 12:37:20 -03:00
Ins
Lbl
Ldn
Loader
Mig
Mii Minor code formatting (#4498) 2023-03-04 14:43:08 +01:00
Mm
Mnpp
Ncm Update LibHac to 0.18.0 (#4414) 2023-03-01 23:42:27 -03:00
News
Nfc Use source generated json serializers in order to improve code trimming (#4094) 2023-03-21 19:41:19 -03:00
Ngct
Nifm Update LibHac to 0.18.0 (#4414) 2023-03-01 23:42:27 -03:00
Nim
Notification
Npns
Ns
Nv Minor code formatting (#4498) 2023-03-04 14:43:08 +01:00
Olsc
Ovln
Pcie
Pctl
Pcv
Pm Implement missing service calls in pm (#4210) 2023-01-15 22:16:24 +01:00
Psc
Ptm
Ro
Sdb Reducing memory allocations (#4537) 2023-03-17 13:14:50 +01:00
Settings Update LibHac to 0.18.0 (#4414) 2023-03-01 23:42:27 -03:00
Sm Horizon: Impl Prepo, Fixes bugs, Clean things (#4220) 2023-01-08 12:13:39 +00:00
Sockets Sockets: Properly convert error codes on MacOS (#4491) 2023-02-28 03:41:44 +00:00
Spl
Srepo
Ssl Update LibHac to 0.18.0 (#4414) 2023-03-01 23:42:27 -03:00
SurfaceFlinger
Time Misc performance tweaks (#4509) 2023-03-11 17:05:48 -03:00
Usb
Vi Minor code formatting (#4498) 2023-03-04 14:43:08 +01:00
Wlan
CommandHIpcAttribute.cs
CommandTIpcAttribute.cs
DisposableIpcService.cs
DummyService.cs
IpcService.cs Minor code formatting (#4498) 2023-03-04 14:43:08 +01:00
ServerBase.cs Avoid copying more handles than we have space for (#4564) 2023-03-19 11:30:04 +01:00
ServiceAttributes.cs