mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	clang-format
This commit is contained in:
		
							parent
							
								
									b608acd688
								
							
						
					
					
						commit
						e90802e762
					
				| @ -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) { | ||||
|                 // Load a register with a static register.
 | ||||
|                 registers[rw_static_reg->idx] = static_registers[rw_static_reg->static_idx]; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 VolcaEM
						VolcaEM