summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/environment.h')
-rw-r--r--src/shader_recompiler/environment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/environment.h b/src/shader_recompiler/environment.h
index b9b4455f6..8fc359126 100644
--- a/src/shader_recompiler/environment.h
+++ b/src/shader_recompiler/environment.h
@@ -36,8 +36,8 @@ public:
36 36
37 [[nodiscard]] virtual bool HasHLEMacroState() const = 0; 37 [[nodiscard]] virtual bool HasHLEMacroState() const = 0;
38 38
39 [[nodiscard]] virtual std::optional<ReplaceConstant> GetReplaceConstBuffer( 39 [[nodiscard]] virtual std::optional<ReplaceConstant> GetReplaceConstBuffer(u32 bank,
40 u32 bank, u32 offset) = 0; 40 u32 offset) = 0;
41 41
42 virtual void Dump(u64 hash) = 0; 42 virtual void Dump(u64 hash) = 0;
43 43