Ryujinx/Ryujinx.Common
riperiperi 6db16b4110
Only enumerate cached textures that are modified when flushing. (#918)
* Only enumarate cached textures that are modified when flushing, rather than all of them.

* Remove locking.

* Add missing clear.

* Remove texture from modified list when data is disposed.

In case the game does not call either flush method at any point.

* Add ReferenceEqualityComparer from jD for the HashSet
2020-02-07 08:49:26 +11:00
..
Configuration Rewrite the configuration system (#831) 2019-12-21 20:52:31 +01:00
Extensions PrntStub: Add a way to print arrays (#711) 2019-06-27 13:11:51 +02:00
Logging Implement IDeliveryCacheProgressService in bcat (#908) 2020-02-06 05:09:59 +01:00
Pools Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
Utilities Address PR feedback 2020-01-09 02:13:00 +01:00
PerformanceCounter.cs Initial work 2020-01-09 02:13:00 +01:00
ReactiveObject.cs Fix ReactiveObject initial event not being propagated with boolean types (#860) 2020-01-05 17:35:55 +01:00
ReferenceEqualityComparer.cs Only enumerate cached textures that are modified when flushing. (#918) 2020-02-07 08:49:26 +11:00
Ryujinx.Common.csproj Render Profiler in GUI (#854) 2020-02-06 11:25:47 +00:00