mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-12 09:38:20 +00:00
Bump GL shader cache version
This commit is contained in:
parent
6858c77612
commit
9761d8930d
@ -788,7 +788,7 @@ std::string ShaderManagerGLES::DebugGetShaderString(std::string id, DebugShaderT
|
|||||||
// as sometimes these features might have an effect on the ID bits.
|
// as sometimes these features might have an effect on the ID bits.
|
||||||
|
|
||||||
#define CACHE_HEADER_MAGIC 0x83277592
|
#define CACHE_HEADER_MAGIC 0x83277592
|
||||||
#define CACHE_VERSION 6
|
#define CACHE_VERSION 7
|
||||||
struct CacheHeader {
|
struct CacheHeader {
|
||||||
uint32_t magic;
|
uint32_t magic;
|
||||||
uint32_t version;
|
uint32_t version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user