mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 20:28:06 -05:00
Turn ShaderSetup into struct
This commit is contained in:
@ -500,7 +500,7 @@ void Init() {
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
Shader::Shutdown();
|
||||
Shader::ClearCache();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Reference in New Issue
Block a user