Home
last modified time | relevance | path

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

/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dpref.h70 extern int pushlatency_mode;
H A Dpref.c84 int pushlatency_mode; variable
916 if (i != pushlatency_mode) { in qw_update_prefs()
917 config_set_int ("pushlatency mode", pushlatency_mode = i); in qw_update_prefs()
3223 …gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (pushlatency_mode_radio_buttons[pushlatency_mode])… in add_pushlatency_options()
5017 pushlatency_mode = config_get_int("pushlatency mode=1"); in qw_prefs_load()
H A Dgame.c2204 switch (pushlatency_mode) { in write_qw_vars()