Home
last modified time | relevance | path

Searched refs:gfx_pscanlines (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dconsolehook.cpp30 p->gfx_pscanlines = 0; in consolehook_config()
H A Dspecialmonitors.cpp2436 if (currprefs.gfx_pscanlines) { in emulate_genlock()
2438 if (v && currprefs.gfx_pscanlines > 1) in emulate_genlock()
H A Dcustom.cpp8318 …(!interlace_seen && doublescan <= 0 && currprefs.gfx_vresolution && currprefs.gfx_pscanlines > 1) {
8322 nextline_how = currprefs.gfx_pscanlines == 3 ? nln_lower_black_always : nln_lower_black;
8324 nextline_how = currprefs.gfx_pscanlines == 3 ? nln_upper_black_always : nln_upper_black;
8336 …nextline_how = currprefs.gfx_vresolution > VRES_NONDOUBLE && currprefs.gfx_pscanlines == 1 ? nln_n…
8348 …nextline_how = currprefs.gfx_vresolution > VRES_NONDOUBLE && currprefs.gfx_pscanlines == 1 ? nln_n…
H A Dcfgfile.cpp1589 …mode"), p->gfx_vresolution > 0 ? linemode[p->gfx_iscanlines * 4 + p->gfx_pscanlines + 1] : linemod… in cfgfile_save_options()
2786 p->gfx_pscanlines = 0; in cfgfile_parse_host()
2792 p->gfx_pscanlines = (v - 1) % 4; in cfgfile_parse_host()
5328 p->gfx_pscanlines = _tcschr (x2, 'D') != 0; in parse_gfx_specs()
5329 if (p->gfx_pscanlines) in parse_gfx_specs()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h421 int gfx_pscanlines, gfx_iscanlines; member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h540 int gfx_pscanlines, gfx_iscanlines; member