summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/shader_environment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader_environment.cpp b/src/video_core/shader_environment.cpp
index 7d3ae0de4..3e673c437 100644
--- a/src/video_core/shader_environment.cpp
+++ b/src/video_core/shader_environment.cpp
@@ -381,7 +381,7 @@ void FileEnvironment::Deserialize(std::ifstream& file) {
381 } 381 }
382} 382}
383 383
384void FileEnvironment::Dump(u64 [[maybe_unused]] hash) { 384void FileEnvironment::Dump(u64 hash) {
385 DumpImpl(hash, code.get(), read_highest, read_lowest, initial_offset, stage); 385 DumpImpl(hash, code.get(), read_highest, read_lowest, initial_offset, stage);
386} 386}
387 387