Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-amigaos/
H A Dami-win.c462 if (currprefs.amiga_use_grey) in get_color()
516 if (currprefs.amiga_use_grey) in get_nearest_color()
645 if (!currprefs.amiga_use_grey && bitdepth >= 3) in init_colors()
653 if( !currprefs.amiga_use_grey && bitdepth >= 3) { in init_colors()
718 if (maxcol >= 8 && !currprefs.amiga_use_grey) in init_colors()
2548 p->amiga_use_grey = 0;
2556 cfgfile_write (f, GFX_NAME ".use_grey=%s\n", p->amiga_use_grey ? "true" : "false");
2562 || cfgfile_yesno (option, value, "use_grey", &p->amiga_use_grey)
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h557 int amiga_use_grey; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcfgfile.c4114 case 'T': p->amiga_use_grey = 1; break; in parse_cmdline_option()