mirror of
https://github.com/xenia-project/xenia.git
synced 2026-03-04 04:24:08 +01:00
Merge branch 'master' into d3d12
This commit is contained in:
commit
80e5c56340
|
|
@ -1216,6 +1216,7 @@ void ParseAluInstructionOperandSpecial(const AluInstruction& op,
|
|||
out_op->storage_source = storage_source;
|
||||
if (storage_source == InstructionStorageSource::kRegister) {
|
||||
out_op->storage_index = reg & 0x7F;
|
||||
out_op->storage_addressing_mode = InstructionStorageAddressingMode::kStatic;
|
||||
} else {
|
||||
out_op->storage_index = reg;
|
||||
if ((const_slot == 0 && op.is_const_0_addressed()) ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue