Ryujinx/Ryujinx.HLE/HOS/Tamper/CodeEmitters
Caian Benedicto ff8849671a
Update TamperMachine and disable write-to-code prevention (#2506)
* Enable write to memory and improve logging

* Update tamper machine opcodes and improve reporting

* Add Else support

* Add missing private statement
2021-08-04 22:05:17 +02:00
..
Arithmetic.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
BeginConditionalBlock.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
DebugLog.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
EndConditionalBlock.cs Update TamperMachine and disable write-to-code prevention (#2506) 2021-08-04 22:05:17 +02:00
KeyPressConditional.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
LegacyArithmetic.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
LoadRegisterWithConstant.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
LoadRegisterWithMemory.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
MemoryConditional.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
PauseProcess.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
ReadOrWriteStaticRegister.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
RegisterConditional.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
ResumeProcess.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
SaveOrRestoreRegister.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
SaveOrRestoreRegisterWithMask.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
StartEndLoop.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
StoreConstantToAddress.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
StoreConstantToMemory.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
StoreRegisterToMemory.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00