mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Pre-release shader cache version bump for safety
This commit is contained in:
parent
dc122f8595
commit
4016539c85
@ -975,7 +975,7 @@ enum class CacheDetectFlags {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define CACHE_HEADER_MAGIC 0x83277592
|
#define CACHE_HEADER_MAGIC 0x83277592
|
||||||
#define CACHE_VERSION 36
|
#define CACHE_VERSION 37
|
||||||
|
|
||||||
struct CacheHeader {
|
struct CacheHeader {
|
||||||
uint32_t magic;
|
uint32_t magic;
|
||||||
|
@ -502,7 +502,7 @@ enum class VulkanCacheDetectFlags {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define CACHE_HEADER_MAGIC 0xff51f420
|
#define CACHE_HEADER_MAGIC 0xff51f420
|
||||||
#define CACHE_VERSION 51
|
#define CACHE_VERSION 52
|
||||||
|
|
||||||
struct VulkanCacheHeader {
|
struct VulkanCacheHeader {
|
||||||
uint32_t magic;
|
uint32_t magic;
|
||||||
|
Loading…
Reference in New Issue
Block a user