GPU/HW: Bump shader cache version

This commit is contained in:
Stenzek 2024-01-20 02:14:56 +10:00
parent 687e212dfe
commit bc04854ed3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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;