Ejemplo n.º 1
0
        public void FrameAdvance(bool render, bool rendersound = true)
        {
            Frame++;

            LibSnes9x.debug_advance(_vbuff);

            if (IsLagFrame)
            {
                LagCount++;
            }
        }
Ejemplo n.º 2
0
        public void FrameAdvance(bool render, bool rendersound = true)
        {
            Frame++;

            LibSnes9x.debug_advance(_vbuff);
        }