mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 04:28:02 -05:00
Shader_IR: Address feedback.
This commit is contained in:
committed by
FernandoS27
parent
806f569143
commit
bb8eb15d39
@ -458,8 +458,7 @@ std::size_t ShaderIR::DeclareAmend(Node new_amend) {
|
||||
}
|
||||
|
||||
u32 ShaderIR::NewCustomVariable() {
|
||||
const u32 id = num_custom_variables++;
|
||||
return id;
|
||||
return num_custom_variables++;
|
||||
}
|
||||
|
||||
} // namespace VideoCommon::Shader
|
||||
|
Reference in New Issue
Block a user