mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-20 19:44:30 -04: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