1
0
Fork 0
mirror of https://git.h3cjp.net/H3cJP/citra.git synced 2025-03-29 21:49:20 +00:00

Update shader cache version. ()

This commit is contained in:
gidoly 2022-11-04 16:16:01 +09:00 committed by GitHub
parent 75596c07e0
commit 9fc1bcc7b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ using VideoCommon::FileEnvironment;
using VideoCommon::GenericEnvironment;
using VideoCommon::GraphicsEnvironment;
constexpr u32 CACHE_VERSION = 6;
constexpr u32 CACHE_VERSION = 7;
template <typename Container>
auto MakeSpan(Container& container) {