mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 02:28:03 -05: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