mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 14:52:33 -07:00
Use new shader-jit signature for interpreter
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Shader {
|
||||
template <bool Debug> struct UnitState;
|
||||
|
||||
template<bool Debug>
|
||||
void RunInterpreter(UnitState<Debug>& state);
|
||||
void RunInterpreter(const ShaderSetup& setup, UnitState<Debug>& state, unsigned offset);
|
||||
|
||||
} // namespace
|
||||
|
||||
|
Reference in New Issue
Block a user