From d8ce98a1e2620416257a8228aabf34af9ab202ae Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 14 Feb 2021 19:25:14 +1000 Subject: [PATCH] Bump shader cache version --- src/core/shader_cache_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/shader_cache_version.h b/src/core/shader_cache_version.h index 54e2dbeb2..a4ed71231 100644 --- a/src/core/shader_cache_version.h +++ b/src/core/shader_cache_version.h @@ -1,4 +1,4 @@ #pragma once #include "types.h" -static constexpr u32 SHADER_CACHE_VERSION = 2; \ No newline at end of file +static constexpr u32 SHADER_CACHE_VERSION = 3; \ No newline at end of file