diff options
author | Wollnashorn <Wollnashorn@users.noreply.github.com> | 2023-01-03 04:18:45 +0100 |
---|---|---|
committer | Wollnashorn <Wollnashorn@users.noreply.github.com> | 2023-01-05 21:03:01 +0100 |
commit | 9c9008ac813161bfbb6489ee128199e27c9515f7 (patch) | |
tree | d9acfe3e14bc5bb16326c1f36bd4dd715a57a43a /src/yuzu/main.h | |
parent | 8945fafcc0ee6c28dcd956e1ffe82df72b0d9d4c (diff) |
video_core/vulkan: Driver pipeline cache will now be deleted with the shader cache
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index db318485d..f25ce65a8 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -347,6 +347,7 @@ private: void RemoveUpdateContent(u64 program_id, InstalledEntryType type); void RemoveAddOnContent(u64 program_id, InstalledEntryType type); void RemoveTransferableShaderCache(u64 program_id, GameListRemoveTarget target); + void RemoveVulkanDriverPipelineCache(u64 program_id); void RemoveAllTransferableShaderCaches(u64 program_id); void RemoveCustomConfiguration(u64 program_id, const std::string& game_path); std::optional<u64> SelectRomFSDumpTarget(const FileSys::ContentProvider&, u64 program_id); |