mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 17:52:26 -07:00
Fix TXQ not using the component mask.
This commit is contained in:
committed by
FernandoS27
parent
b0b027d2d0
commit
0306c50339
@@ -981,6 +981,10 @@ union Instruction {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool IsComponentEnabled(std::size_t component) const {
|
||||
return ((1ul << component) & component_mask) != 0;
|
||||
}
|
||||
} txq;
|
||||
|
||||
union {
|
||||
|
Reference in New Issue
Block a user