early-access version 2926

This commit is contained in:
pineappleEA
2022-08-31 17:06:30 +02:00
parent 644509666f
commit 420398c2c5
5 changed files with 10 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ using VideoCommon::LoadPipelines;
using VideoCommon::SerializePipeline;
using Context = ShaderContext::Context;
constexpr u32 CACHE_VERSION = 5;
constexpr u32 CACHE_VERSION = 6;
template <typename Container>
auto MakeSpan(Container& container) {