Home
last modified time | relevance | path

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

/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Doptions_cpu.h105 TCHAR gfx_filtershader[MAX_DPATH]; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcfgfile.c967 if (p->gfx_filtershader[i][0]) in cfgfile_save_options()
973 if (p->gfx_filtershader[i + MAX_FILTERSHADERS][0]) in cfgfile_save_options()
981 if (p->gfx_filtershader[2 * MAX_FILTERSHADERS][0] && p->gfx_api) { in cfgfile_save_options()
2038 if (p->gfx_filtershader[i][0] == 0) { in cfgfile_parse_host()
2039 _tcscpy (p->gfx_filtershader[i], s); in cfgfile_parse_host()
2045 if (p->gfx_filtershader[i + MAX_FILTERSHADERS][0] == 0) { in cfgfile_parse_host()
2046 _tcscpy (p->gfx_filtershader[i + MAX_FILTERSHADERS], s); in cfgfile_parse_host()
2063 _tcscpy (p->gfx_filtershader[2 * MAX_FILTERSHADERS], s); in cfgfile_parse_host()
2065 if (!_tcsicmp (p->gfx_filtershader[i], s)) { in cfgfile_parse_host()
2066 p->gfx_filtershader[i][0] = 0; in cfgfile_parse_host()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcfgfile.cpp1605 if (gf->gfx_filtershader[i][0]) in cfgfile_save_options()
1611 if (gf->gfx_filtershader[i + MAX_FILTERSHADERS][0]) in cfgfile_save_options()
1619 if (gf->gfx_filtershader[2 * MAX_FILTERSHADERS][0] && p->gfx_api) { in cfgfile_save_options()
2930 if (gf->gfx_filtershader[i][0] == 0) { in cfgfile_parse_host()
2931 _tcscpy (gf->gfx_filtershader[i], s); in cfgfile_parse_host()
2937 if (gf->gfx_filtershader[i + MAX_FILTERSHADERS][0] == 0) { in cfgfile_parse_host()
2938 _tcscpy (gf->gfx_filtershader[i + MAX_FILTERSHADERS], s); in cfgfile_parse_host()
2955 _tcscpy (gf->gfx_filtershader[2 * MAX_FILTERSHADERS], s); in cfgfile_parse_host()
2957 if (!_tcsicmp (gf->gfx_filtershader[i], s)) { in cfgfile_parse_host()
2958 gf->gfx_filtershader[i][0] = 0; in cfgfile_parse_host()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h356 TCHAR gfx_filtershader[2 * MAX_FILTERSHADERS + 1][MAX_DPATH]; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h289 TCHAR gfx_filtershader[2 * MAX_FILTERSHADERS + 1][MAX_DPATH]; member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h350 TCHAR gfx_filtershader[2 * MAX_FILTERSHADERS + 1][MAX_DPATH]; member