mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 17:37:56 -05:00
Merge pull request #7673 from german77/no_return
glsl: Remove unreachable return
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user