Browse Source

video_core: Remove unnecesary maybe_unused flag

nce_cpp
Narr the Reg 4 years ago
parent
commit
7b752c8f47
  1. 2
      src/video_core/shader_environment.cpp

2
src/video_core/shader_environment.cpp

@ -381,7 +381,7 @@ void FileEnvironment::Deserialize(std::ifstream& file) {
}
}
void FileEnvironment::Dump(u64 [[maybe_unused]] hash) {
void FileEnvironment::Dump(u64 hash) {
DumpImpl(hash, code.get(), read_highest, read_lowest, initial_offset, stage);
}

Loading…
Cancel
Save