Home
last modified time | relevance | path

Searched refs:VBLANK_HZ (Results 1 – 9 of 9) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_header.h26 #define VBLANK_HZ 60 macro
29 #define SCALE_VBLANK_DELTA(x) (int32_t)(((x) * ((double)VBLANK_HZ / FT2_VBLANK_HZ)) + 0.5)
H A Dft2_sysreqs.c640 SDL_Delay(1000 / VBLANK_HZ); in okBoxThreadSafe()
648 SDL_Delay(1000 / VBLANK_HZ); in okBoxThreadSafe()
H A Dft2_about.c172 if (fadeValue < 256 && ++frameCounter >= (int32_t)((VBLANK_HZ/3.0)+0.5)) in aboutFrame()
H A Dft2_main.c432 double dFrac = modf(editor.dPerfFreq / VBLANK_HZ, &dInt); in setupPerfFreq()
H A Dft2_video.c72 dRunningFPS = VBLANK_HZ; in resetFPSCounter()
73 dFrameTime = 1000.0 / VBLANK_HZ; in resetFPSCounter()
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_header.h37 #define VBLANK_HZ 60 macro
H A Dpt2_main.c476 const double dVblankHzRatio = AMIGA_PAL_VBLANK_HZ / (double)VBLANK_HZ; in initializeVars()
H A Dpt2_visuals.c213 dFrac = modf(editor.dPerfFreq / VBLANK_HZ, &dInt); in setupPerfFreq()
2194 …ounter50HzDelta = (uint64_t)(((UINT32_MAX+1.0) * (AMIGA_PAL_VBLANK_HZ / (double)VBLANK_HZ)) + 0.5); in sinkVisualizerBars()
H A Dpt2_mouse.c2365 if (++mouse.buttonWaitCounter > VBLANK_HZ/4) // quarter of a second in updateMouseCounters()