C# 클래스 CSPspEmu.Hle.Modules.emulator.Emulator

상속: HleModuleHost
파일 보기 프로젝트 열기: soywiz/cspspemu

비공개 메소드들

메소드 설명
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