mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-02 04:38:28 -06:00
updated cache versions
This commit is contained in:
parent
4ac417b74f
commit
73d841544c
@ -12,9 +12,9 @@
|
||||
|
||||
namespace Serialization {
|
||||
/* You should increment versions below once corresponding serialization scheme is changed. */
|
||||
static constexpr u32 ShaderBinaryVersion = 1u;
|
||||
static constexpr u32 ShaderMetaVersion = 1u;
|
||||
static constexpr u32 PipelineKeyVersion = 1u;
|
||||
static constexpr u32 ShaderBinaryVersion = 2u;
|
||||
static constexpr u32 ShaderMetaVersion = 2u;
|
||||
static constexpr u32 PipelineKeyVersion = 2u;
|
||||
} // namespace Serialization
|
||||
|
||||
namespace Vulkan {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user