mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 05:07:57 -05:00
shader_ir: Add comments on missing instruction.
Also shows Nvidia's address space on comments.
This commit is contained in:
committed by
FernandoS27
parent
2de7649311
commit
f2549739d1
@ -127,6 +127,10 @@ public:
|
||||
return disable_flow_stack;
|
||||
}
|
||||
|
||||
u32 ConvertAddressToNvidiaSpace(const u32 address) const {
|
||||
return (address - main_offset) * sizeof(Tegra::Shader::Instruction);
|
||||
}
|
||||
|
||||
private:
|
||||
void Decode();
|
||||
|
||||
|
Reference in New Issue
Block a user