Home
last modified time | relevance | path

Searched refs:agSoftTimers (Results 1 – 3 of 3) sorted by relevance

/dports/devel/agar/agar-1.5.0/core/
H A Dcore.c74 int agSoftTimers = 0; /* Disable hardware timers */ variable
82 agSoftTimers = 1; in AG_InitCore()
H A Dcore_init.h18 extern int agSoftTimers; /* Disable hardware timers */
H A Devent.c710 if (agSoftTimers) { /* Force soft timers */ in CreateEventSource()