mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 04:07:50 +00:00
clang-format
This commit is contained in:
parent
bec0bdabc8
commit
67310a4623
1 changed files with 2 additions and 1 deletions
|
@ -1173,7 +1173,8 @@ void DmntCheatVm::Execute(const CheatProcessMetadata& metadata) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (auto rw_static_reg = std::get_if<ReadWriteStaticRegisterOpcode>(&cur_opcode.opcode)) {
|
} else if (auto rw_static_reg =
|
||||||
|
std::get_if<ReadWriteStaticRegisterOpcode>(&cur_opcode.opcode)) {
|
||||||
if (rw_static_reg->static_idx < NumReadableStaticRegisters) {
|
if (rw_static_reg->static_idx < NumReadableStaticRegisters) {
|
||||||
// Load a register with a static register.
|
// Load a register with a static register.
|
||||||
registers[rw_static_reg->idx] = static_registers[rw_static_reg->static_idx];
|
registers[rw_static_reg->idx] = static_registers[rw_static_reg->static_idx];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue