ScummVMConnector ​
Kind: Class
Namespace: ConnectorLib.Inject.Emulator
Inheritance: EmulatorInjectConnector → I16BitConnector → I32BitConnector → I64BitConnector → I8BitConnector → IAddressableConnector → IConsoleConnector → IDisposable → IDomainMappableConnector → IDomainMappableConnector\<EmulatorInjectConnector\> → IGameConnector → IROMProcessor → IRetroPCConnector → IScannableConnector → IScannableDomainMappableConnector
Public Constructors
ScummVMConnector()
Public Member Functions
bool
Freeze8(ulong address, byte value)
bool
Freeze16(ulong address, ushort value)
bool
Freeze32(ulong address, uint value)
bool
Freeze64(ulong address, ulong value)
Public Attributes
string
SUPPORTED_VERSION
Properties
Endianness
Endianness
[get, ]
PointerFormat
PointerFormat
[get, ]
