GPU/HW: Bump shader cache version
This commit is contained in:
parent
687e212dfe
commit
bc04854ed3
|
@ -4,4 +4,4 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "common/types.h"
|
#include "common/types.h"
|
||||||
|
|
||||||
static constexpr u32 SHADER_CACHE_VERSION = 11;
|
static constexpr u32 SHADER_CACHE_VERSION = 12;
|
||||||
|
|
Loading…
Reference in New Issue