mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 11:38:03 -05:00
VideoCore/Shader: Split interpreter and JIT into separate ShaderEngines
This commit is contained in:
@ -499,7 +499,7 @@ void Init() {
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
Shader::ClearCache();
|
||||
Shader::Shutdown();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Reference in New Issue
Block a user