1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 08:36:44 +00:00
Ryujinx/Ryujinx.HLE/HOS
Jumpman 73feac5819
Caching local network info and using an event handler to invalidate as needed (improves menu slow down issue in FE3H) (#2761)
* Update IGeneralService.cs

Fix IPV4 local ip related frame drop in fire emblem by rewriting [CommandHipc(12)]

* Fix IPV4 Local IP Slowdown & Style Fixes

fix a missing space

* Remove unnecessary line

* Fix for hardcoding which index to use

* Replace argument with empty string.

By sending an empty string to Dns.GetHostAddresses("") you get back localhost info only.

* Add caching, undo change in GetCurrentIpAddress

Implement caching and revert the GetCurrentIP() function, speed improvements still present.

* Remove unnecessary using

* Syntax fixes and removing extra lines

Requested changes by AcK77

* Properly unsubscribe from event handler

Adds an unsubscribe in the dispose section of IGeneralService
2022-03-15 03:49:35 +01:00
..
Applets Update to LibHac 0.15.0 (#2986) 2022-01-12 12:22:19 +01:00
Diagnostics/Demangler
Ipc misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
Kernel Fix GetUserDisableCount NRE (#3187) 2022-03-12 18:12:12 +01:00
Services Caching local network info and using an event handler to invalidate as needed (improves menu slow down issue in FE3H) (#2761) 2022-03-15 03:49:35 +01:00
SystemState Use Enum and Delegate.CreateDelegate generic overloads (#3111) 2022-02-13 10:50:07 -03:00
Tamper Add Cheat Manager (#2964) 2022-01-03 09:39:43 +01:00
ApplicationLoader.cs Mod loading from atmosphere SD directories (#3176) 2022-03-06 22:12:01 +01:00
ArmProcessContext.cs Enable CPU JIT cache invalidation (#2965) 2022-02-18 02:53:18 +01:00
ArmProcessContextFactory.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
HomebrewRomFsStream.cs
Horizon.cs Update LibHac to v0.16.0 (#3159) 2022-02-27 00:52:25 +01:00
IdDictionary.cs Implement GPU syncpoints (#980) 2020-04-19 11:25:57 +10:00
LibHacHorizonManager.cs Update LibHac to v0.16.0 (#3159) 2022-02-27 00:52:25 +01:00
ModLoader.cs Mod loading from atmosphere SD directories (#3176) 2022-03-06 22:12:01 +01:00
ProgramLoader.cs Update LibHac to v0.16.0 (#3159) 2022-02-27 00:52:25 +01:00
ResultCode.cs
ServiceCtx.cs
TamperMachine.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
UserChannelPersistence.cs