mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 18:48:36 +00:00
9ef94c8292
* ARMeilleure: Move TPIDR_EL0 and TPIDRRO_EL0 to NativeContext Some games access these system registers several tens of thousands of times in a second from many different threads. While this isn't really crippling, it is a lot of wasted time spent in a reverse pinvoke transition. Example games are Pokemon Scarlet/Violet and BOTW. These games have a lot of different potential bottlenecks so it's unlikely you will see a consistent improvement, but it definitely disappears from the cpu profile. * Remove unreachable code. * Add ulong conversion for offsets * Nit |
||
---|---|---|
.. | ||
EncodingCache.cs | ||
IPtcLoadState.cs | ||
Ptc.cs | ||
PtcFormatter.cs | ||
PtcLoadingState.cs | ||
PtcProfiler.cs | ||
PtcState.cs |