mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader_ir: Add comments on missing instruction.
Also shows Nvidia's address space on comments.
This commit is contained in:
parent
5f0c400d43
commit
3533ee4697
2 changed files with 9 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue