mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 14:52:33 -07: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