Files
ryujinx/src/Ryujinx.HLE/HOS/Services
GreemDev 2f064064ca HLE: Slightly speed up IpcService creation
This is not a crazy speedup, we're talking fractions of a millisecond here (I had to measure in ticks; 10000000 ticks per second)

- TIPC commands are opted-into for registration since they are only used for IUserInterface, but were still attempted to be initialized for every service which spent needless time.

- Directly use GetType() instead of accessing all exported types, and Where()ing for equivalency to GetType(). This causes the logic for registration to be a lot faster.
2025-03-23 04:14:31 -05:00
..
2025-03-04 00:08:01 -06:00
2024-11-01 11:57:23 -05:00
2025-01-20 14:59:54 -06:00