Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dmain.cpp897 …rprefs, txt, firstconfig ? CONFIG_TYPE_ALL : CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST | CONFIG_TYPE… in parse_cmdline()
916 …rprefs, txt, firstconfig ? CONFIG_TYPE_ALL : CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST | CONFIG_TYPE… in parse_cmdline()
H A Dcfgfile.cpp1253 cfgfile_write_bool (f, _T("config_host"), !!(type & CONFIG_TYPE_HOST)); in cfgfile_save_options()
4833 if (type == 0 || (type & CONFIG_TYPE_HOST)) { in cfgfile_parse_option()
4842 …(type > 0 && (type & (CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST)) != (CONFIG_TYPE_HARDWARE | CONFIG_… in cfgfile_parse_option()
5148 *type |= CONFIG_TYPE_HOST; in cfgfile_load_2()
5164 *type = CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST; in cfgfile_load_2()
5212 type2 = CONFIG_TYPE_HOST | CONFIG_TYPE_HARDWARE; in cfgfile_load()
5224 type2 = CONFIG_TYPE_HOST; in cfgfile_load()
5261 type = CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST; in cfgfile_save()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h100 #define CONFIG_TYPE_HOST 2 macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h96 #define CONFIG_TYPE_HOST 2 macro
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h129 #define CONFIG_TYPE_HOST 2 macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcfgfile.c688 cfgfile_write_bool (f, _T("config_host"), !!(type & CONFIG_TYPE_HOST)); in cfgfile_save_options()
3391 if (type == 0 || (type & CONFIG_TYPE_HOST)) { in cfgfile_parse_option()
3395 …(type > 0 && (type & (CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST)) != (CONFIG_TYPE_HARDWARE | CONFIG_… in cfgfile_parse_option()
3703 *type |= CONFIG_TYPE_HOST; in cfgfile_load_2()
3718 *type = CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST; in cfgfile_load_2()
3772 type2 = CONFIG_TYPE_HOST; in cfgfile_load()
3805 type = CONFIG_TYPE_HARDWARE | CONFIG_TYPE_HOST; in cfgfile_save()