mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 06:12:40 +00: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