1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-16 01:36:39 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services
Berkan Diler 37d27c4c99
Some minor cleanups and optimizations (#4174)
* Replace Array.Clear(x, 0, x.Length) with Array.Clear(x)

* Use DateTime.UnixEpoch field

* Replace SHA256.ComputeHash calls with static SHA256.HashData call

More performant and avoids the need to initialize a SHA256 instance.
2022-12-24 14:30:39 -03:00
..
Account Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
Am Fix Redundant Qualifer Warnings (#4091) 2022-12-10 21:21:13 +01:00
Apm
Arp
Audio amadeus: Fixes and initial 15.0.0 support (#3908) 2022-11-28 08:28:45 +01:00
Bcat Fix memory corruption in BCAT and FS Read methods when buffer is larger than needed (#3739) 2022-10-04 20:12:54 -03:00
Bgtc
Bluetooth
BluetoothManager
Caps Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
Cec
Ectx
Erpt
Es
Eupld
Fatal fatal: Implement Service (#3573) 2022-10-02 10:30:46 +02:00
Friend hle: Fix wrong conversion in UserPresence.ToString (#4142) 2022-12-18 14:23:19 +00:00
Fs Fix Redundant Qualifer Warnings (#4091) 2022-12-10 21:21:13 +01:00
Grc
Hid hid/irs: Stub StopImageProcessorAsync (#3799) 2022-10-27 21:36:37 +00:00
Ins
Lbl
Ldn
Lm
Loader
Mig
Mii infra: Migrate to .NET 7 (#3795) 2022-11-09 20:22:43 +01:00
Mm
Mnpp
Ncm
News
Nfc Use method overloads that support trimming. Mark some types to be trimming friendly (#4083) 2022-12-12 15:10:05 +01:00
Ngct Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
Nifm Use new C# 11 u8 string literals (#3854) 2022-11-16 16:30:12 -03:00
Nim
Notification
Npns
Ns
Nv hle: Handle GPU profiler and debugger device path correctly (#4138) 2022-12-21 18:23:11 +00:00
Olsc
Ovln
Pcie
Pctl pctl: Implement EndFreeCommunication 2022-08-25 23:18:37 +02:00
Pcv Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
Pm
Prepo Make use of Random.Shared (#3852) 2022-11-16 15:34:18 -03:00
Psc
Ptm HLE: fix small issue in IPsmSession (#3909) 2022-11-27 01:10:42 +00:00
Ro Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
Sdb Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805) 2022-11-24 15:26:29 +01:00
Settings infra: Migrate to .NET 7 (#3795) 2022-11-09 20:22:43 +01:00
Sm
Sockets Bsd: Add support for dns_mitm (#4102) 2022-12-12 18:04:08 +01:00
Spl Update units of memory from decimal to binary prefixes (#3716) 2022-11-16 23:27:42 +01:00
Srepo
Ssl Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00
SurfaceFlinger Allow Surface Flinger frame enqueue after process has exited (#3733) 2022-10-02 21:50:03 +00:00
Time Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
Usb
Vi Rename ToSpan to AsSpan (#3556) 2022-08-11 18:07:37 -03:00
Wlan
CommandHIpcAttribute.cs
CommandTIpcAttribute.cs
DisposableIpcService.cs
DummyService.cs
IpcService.cs
ServerBase.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
ServiceAttributes.cs