CSPspEmu.Hle.Modules.emulator.Emulator.emitUInt C# (CSharp) Method

emitUInt() private method

private emitUInt ( uint Value ) : void
Value uint
return void
        public void emitUInt(uint Value)
        {
            Console.WriteLine("emitUInt: {0}", "0x%08X".Sprintf(Value));
        }