early-access version 3791

This commit is contained in:
pineappleEA
2023-08-03 18:00:41 +02:00
parent a61e0cf970
commit 10e28227cd
15 changed files with 679 additions and 146 deletions

View File

@@ -39,7 +39,7 @@ public:
[[nodiscard]] virtual std::optional<ReplaceConstant> GetReplaceConstBuffer(u32 bank,
u32 offset) = 0;
virtual void Dump(u64 hash) = 0;
virtual void Dump(u64 pipeline_hash, u64 shader_hash) = 0;
[[nodiscard]] const ProgramHeader& SPH() const noexcept {
return sph;