mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 11:38:01 -05:00
Introduce a shader tracer to allow inspection of input/output values for each processed instruction.
This commit is contained in:
@ -12,7 +12,8 @@ namespace Pica {
|
||||
|
||||
namespace Shader {
|
||||
|
||||
void RunInterpreter(UnitState& state);
|
||||
template<bool Debug>
|
||||
void RunInterpreter(UnitState<Debug>& state);
|
||||
|
||||
} // namespace
|
||||
|
||||
|
Reference in New Issue
Block a user