mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-04 03:00:47 -07:00
vertex_shader: Fix control reaches end of function warning
This commit is contained in:
@ -141,7 +141,7 @@ union Instruction {
|
||||
return BitFieldType::Value();
|
||||
else if (GetRegisterType() == Temporary)
|
||||
return BitFieldType::Value() - 0x10;
|
||||
else if (GetRegisterType() == FloatUniform)
|
||||
else // if (GetRegisterType() == FloatUniform)
|
||||
return BitFieldType::Value() - 0x20;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user