mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 17:27:51 +00:00
video_core/vulkan: Driver pipeline cache will now be deleted with the shader cache
This commit is contained in:
parent
1011652852
commit
7ba5544a6c
2 changed files with 20 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue