Home
last modified time | relevance | path

Searched refs:gfx_refreshrate (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Doptions_cpu.h87 int gfx_refreshrate; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dmisc.c157 changed_prefs.gfx_apmode[0].gfx_refreshrate = hz; in vsync_switchmode()
159 … changed_prefs.gfx_apmode[0].gfx_refreshrate != currprefs.gfx_apmode[0].gfx_refreshrate) { in vsync_switchmode()
H A Dcfgfile.c935 cfgfile_write (f, _T("gfx_refreshrate"), _T("%d"), p->gfx_apmode[0].gfx_refreshrate); in cfgfile_save_options()
936 cfgfile_dwrite (f, _T("gfx_refreshrate_rtg"), _T("%d"), p->gfx_apmode[1].gfx_refreshrate); in cfgfile_save_options()
1670 …ile_intval (option, value, _T("gfx_refreshrate"), &p->gfx_apmode[APMODE_NATIVE].gfx_refreshrate, 1) in cfgfile_parse_host()
1671 …le_intval (option, value, _T("gfx_refreshrate_rtg"), &p->gfx_apmode[APMODE_RTG].gfx_refreshrate, 1) in cfgfile_parse_host()
H A Dpicasso96.c1670 …width * height * (currprefs.gfx_apmode[1].gfx_refreshrate ? abs (currprefs.gfx_apmode[1].gfx_refre… in FillBoardInfo()
H A Dcustom.c3105 if (currprefs.gfx_apmode[0].gfx_refreshrate) in compute_framesync()
3106 v = abs (currprefs.gfx_apmode[0].gfx_refreshrate); in compute_framesync()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h251 int gfx_refreshrate; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h280 int gfx_refreshrate; member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h341 int gfx_refreshrate; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcfgfile.cpp1569 cfgfile_write (f, _T("gfx_refreshrate"), _T("%d"), p->gfx_apmode[0].gfx_refreshrate); in cfgfile_save_options()
1570 cfgfile_dwrite (f, _T("gfx_refreshrate_rtg"), _T("%d"), p->gfx_apmode[1].gfx_refreshrate); in cfgfile_save_options()
2551 …ile_intval (option, value, _T("gfx_refreshrate"), &p->gfx_apmode[APMODE_NATIVE].gfx_refreshrate, 1) in cfgfile_parse_host()
2552 …le_intval (option, value, _T("gfx_refreshrate_rtg"), &p->gfx_apmode[APMODE_RTG].gfx_refreshrate, 1) in cfgfile_parse_host()
H A Dcustom.cpp4001 if (currprefs.gfx_apmode[0].gfx_refreshrate)
4002 v = abs (currprefs.gfx_apmode[0].gfx_refreshrate);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.cpp2011 …width * height * (currprefs.gfx_apmode[1].gfx_refreshrate ? abs (currprefs.gfx_apmode[1].gfx_refre… in FillBoardInfo()