Update shader cache version. (#9175)

pull/8/head
gidoly 2 years ago committed by GitHub
parent 75596c07e0
commit 9fc1bcc7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save