aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/ReferenceEqualityComparer.cs
AgeCommit message (Collapse)Author
2020-02-07Only enumerate cached textures that are modified when flushing. (#918)riperiperi
* 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