mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-26 17:12:03 +00:00
Fix TXQ not using the component mask.
This commit is contained in:
committed by
FernandoS27
parent
08a12177f8
commit
4133c86d71
@@ -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