C# Class CSPspEmu.Hle.Modules.emulator.Emulator

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Private Methods

Method Description
emitFloat ( float Value ) : void
emitHex ( byte Value, uint Size ) : void
emitInt ( int Value ) : void
emitLong ( long Value ) : void
emitMemoryBlock ( byte Value, uint Size ) : void
emitString ( string Value ) : void
emitUInt ( uint Value ) : void
finalizeCallback ( CpuThreadState CpuThreadState ) : void
testArguments ( int Argument1, long Argument2, float Argument3 ) : long
waitThreadForever ( CpuThreadState CpuThreadState ) : void