Home
last modified time | relevance | path

Searched refs:want_fullscreen_aspect (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Diniconfig.c297 option.want_fullscreen_aspect = min (1, max (0, atoi (val))); in set_arg()
299 option.want_fullscreen_aspect); in set_arg()
441 option.want_fullscreen_aspect = in parse_opt()
444 option.want_fullscreen_aspect); in parse_opt()
739 option.want_fullscreen_aspect = in parse_INIfile_raw()
742 Log ("Setting fullscreen aspect to %d\n", option.want_fullscreen_aspect); in parse_INIfile_raw()
965 option.want_fullscreen_aspect); in save_config()
H A Dhugo.c29 option.want_fullscreen_aspect = FALSE; in initialisation()
H A Dpce.h250 boolean want_fullscreen_aspect; member
H A Dgtk_main.c168 …option.want_fullscreen_aspect = gtk_toggle_button_get_active( (GtkToggleButton*) temp_check_button… in gtk_general_settings_grab()
282 …gtk_toggle_button_set_active( (GtkToggleButton*) temp_check_button, option.want_fullscreen_aspect in gtk_general_settings_set()
H A Dgfx.c99 if (option.want_fullscreen_aspect) in calc_fullscreen_aspect()