mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 07:48:09 -05:00
Fix "Propietary" typo elsewhere
This commit is contained in:
@ -1084,7 +1084,7 @@ void ConstantPropagation(Environment& env, IR::Block& block, IR::Inst& inst) {
|
||||
if (env.HasHLEMacroState()) {
|
||||
FoldConstBuffer(env, block, inst);
|
||||
}
|
||||
if (env.IsPropietaryDriver()) {
|
||||
if (env.IsProprietaryDriver()) {
|
||||
FoldDriverConstBuffer(env, block, inst, 1);
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user