Searched refs:wait_rate (Results 1 – 8 of 8) sorted by relevance
/dports/emulators/quasi88/quasi88-0.6.4/src/ |
H A D | quasi88.c | 536 dt = (long)((1000000.0 / (CONST_VSYNC_FREQ * wait_rate/100))); in wait_vsync_switch() 881 return wait_rate; in quasi88_cfg_now_wait_rate() 892 if (wait_rate != rate) { in quasi88_cfg_set_wait_rate() 893 wait_rate = rate; in quasi88_cfg_set_wait_rate() 897 sprintf(str, "WAIT %4d[%%]", wait_rate); in quasi88_cfg_set_wait_rate() 902 dt = (long)((1000000.0 / (CONST_VSYNC_FREQ * wait_rate / 100))); in quasi88_cfg_set_wait_rate() 928 dt = (long)((1000000.0 / (CONST_VSYNC_FREQ * wait_rate / 100))); in quasi88_cfg_set_no_wait()
|
H A D | intr.h | 21 extern int wait_rate; /* ��������Ĵ�� ��Ψ [%] */
|
H A D | intr.c | 38 int wait_rate = 100; /* ��������Ĵ�� ��Ψ [%] */ variable 746 { TYPE_INT, &wait_rate, },
|
H A D | debug.c | 171 (long)(1000000.0/(CONST_VSYNC_FREQ * wait_rate / 100))); in profiler_init()
|
H A D | keyboard.c | 1617 if (wait_rate < new_speed) wait_rate = new_speed; in change_max_speed() 1618 else wait_rate = 100; in change_max_speed() 1624 sprintf(str, "WAIT %4d[%%]", wait_rate); in change_max_speed()
|
H A D | getconf.c | 370 { 36, "speed", X_INT, &wait_rate, 5, 5000, 0, OPT_SAVE },
|
H A D | menu.c | 1150 return wait_rate; in get_cpu_wait() 1192 wait_rate = val; in cb_cpu_wait()
|
H A D | monitor.c | 1164 { "wait_rate", "(-speed)", MTYPE_INT, &wait_rate, },
|