mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
Update shader cache version. (#9175)
This commit is contained in:
parent
bcf6a7c0dd
commit
4dad66ac4b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue