mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 10:12:25 -07:00
ShaderCompiler: Inline driver specific constants.
This commit is contained in:
@@ -54,7 +54,7 @@ using VideoCommon::FileEnvironment;
|
||||
using VideoCommon::GenericEnvironment;
|
||||
using VideoCommon::GraphicsEnvironment;
|
||||
|
||||
constexpr u32 CACHE_VERSION = 9;
|
||||
constexpr u32 CACHE_VERSION = 10;
|
||||
|
||||
template <typename Container>
|
||||
auto MakeSpan(Container& container) {
|
||||
|
Reference in New Issue
Block a user