summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureUtils.cpp
AgeCommit message (Collapse)Author
2024-03-21VideoCommon: Scan texture dumping directory + subdirectories to not re-dump ↵Jordan Woyak
existing files.
2023-11-26VideoCommon: move texture dump function out of texture cache to its own free ↵iwubcode
function so it can be used elsewhere. Doing this change may also slightly improve performance of this operation