aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2022-12-24 19:19:41 -0500
committerFernando Sahmkow <fsahmkow27@gmail.com>2023-01-01 16:43:58 -0500
commitd09aa0182f18d1ac338ab47009b42fdeb67497a8 (patch)
tree1b3ae726f7aaa465b30fba795cfca0ae88d2140b /src/shader_recompiler
parent581a7d785bb4936c92d320f17d3d824e244eee5a (diff)
MacroHLE: Final cleanup and fixes.
Diffstat (limited to 'src/shader_recompiler')
-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 b9b4455f69..8fc3591260 100644
--- a/src/shader_recompiler/environment.h
+++ b/src/shader_recompiler/environment.h
@@ -36,8 +36,8 @@ public:
[[nodiscard]] virtual bool HasHLEMacroState() const = 0;
- [[nodiscard]] virtual std::optional<ReplaceConstant> GetReplaceConstBuffer(
- u32 bank, u32 offset) = 0;
+ [[nodiscard]] virtual std::optional<ReplaceConstant> GetReplaceConstBuffer(u32 bank,
+ u32 offset) = 0;
virtual void Dump(u64 hash) = 0;