Bump shader cache versions again, just because.

This commit is contained in:
Henrik Rydgård 2023-09-27 17:38:15 +02:00
parent fdb1d69d11
commit 48d3efc473
2 changed files with 2 additions and 2 deletions

View File

@ -983,7 +983,7 @@ enum class CacheDetectFlags {
};
#define CACHE_HEADER_MAGIC 0x83277592
#define CACHE_VERSION 32
#define CACHE_VERSION 33
struct CacheHeader {
uint32_t magic;

View File

@ -507,7 +507,7 @@ enum class VulkanCacheDetectFlags {
};
#define CACHE_HEADER_MAGIC 0xff51f420
#define CACHE_VERSION 47
#define CACHE_VERSION 48
struct VulkanCacheHeader {
uint32_t magic;