mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-25 13:36:45 -05:00
Update shader cache version. (#9175)
This commit is contained in:
@@ -53,7 +53,7 @@ using VideoCommon::FileEnvironment;
|
|||||||
using VideoCommon::GenericEnvironment;
|
using VideoCommon::GenericEnvironment;
|
||||||
using VideoCommon::GraphicsEnvironment;
|
using VideoCommon::GraphicsEnvironment;
|
||||||
|
|
||||||
constexpr u32 CACHE_VERSION = 6;
|
constexpr u32 CACHE_VERSION = 7;
|
||||||
|
|
||||||
template <typename Container>
|
template <typename Container>
|
||||||
auto MakeSpan(Container& container) {
|
auto MakeSpan(Container& container) {
|
||||||
|
Reference in New Issue
Block a user