ryujinx/Ryujinx.HLE/Exceptions
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
..
GuestBrokeExecutionException.cs
InternalServiceException.cs
InvalidFirmwarePackageException.cs
InvalidNpdmException.cs
InvalidStructLayoutException.cs
InvalidSystemResourceException.cs
ServiceNotImplementedException.cs Initial support for the new 12.x IPC system (#2182) 2021-04-14 00:01:24 +02:00
TamperCompilationException.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
TamperExecutionException.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
UndefinedInstructionException.cs