protected override void FixedUpdate(float fixedDelta) { if (Gameboy != null) { Gameboy.EmulateCycles(CYCLES_PER_UPDATE); UpdateWindowTitle(); } }