Home
last modified time | relevance | path

Searched refs:UAEDEV_DIR (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dconsolehook.c58 ci.type = UAEDEV_DIR; in consolehook_config()
H A Dcfgfile.c584 if (ci->type == UAEDEV_DIR) { in write_filesys_config()
2528 if (uci->ci.rootdir[0] == 0 && ci->type == UAEDEV_DIR) in add_filesys_config()
2544 if (ci->type == UAEDEV_DIR) { in add_filesys_config()
2751 uci.type = UAEDEV_DIR; in cfgfile_parse_newfilesys()
2948 uci.type = hdf ? UAEDEV_HDF : UAEDEV_DIR; in cfgfile_parse_filesys()
3990 uci.type = UAEDEV_DIR; in parse_filesys_spec()
H A Dfilesys.c314 if (uci->ci.type == UAEDEV_DIR) { in get_filesys_unitconfig()
379 if (uci->ci.type == UAEDEV_DIR) in get_filesys_unitconfig()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dconsolehook.cpp58 ci.type = UAEDEV_DIR; in consolehook_config()
H A Dcfgfile.cpp930 if (ci->type == UAEDEV_DIR) { in write_filesys_config()
1012 if (ci->type == UAEDEV_DIR) { in write_filesys_config()
3487 …if (index < 0 && (ci->type == UAEDEV_DIR || ci->type == UAEDEV_HDF) && ci->devname && _tcslen (ci-… in add_filesys_config()
3553 if (uci->ci.rootdir[0] == 0 && ci->type == UAEDEV_DIR) in add_filesys_config()
3569 if (ci->type == UAEDEV_DIR) { in add_filesys_config()
3874 uci.type = UAEDEV_DIR; in cfgfile_parse_newfilesys()
4118 uci.type = hdf ? UAEDEV_HDF : UAEDEV_DIR; in cfgfile_parse_filesys()
4150 if (!ci || ci->type != UAEDEV_DIR) in cfgfile_parse_filesys()
5446 uci.type = UAEDEV_DIR; in parse_filesys_spec()
H A Dfilesys.cpp340 if (uci->ci.type == UAEDEV_DIR) { in get_filesys_unitconfig()
431 if (uci->ci.type == UAEDEV_DIR) in get_filesys_unitconfig()
990 …if (uci->ci.controller_type == HD_CONTROLLER_TYPE_UAE && (uci->ci.type == UAEDEV_DIR || uci->ci.ty… in initialize_mountinfo()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h132 #define UAEDEV_DIR 0 macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h141 #define UAEDEV_DIR 0 macro
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h179 #define UAEDEV_DIR 0 macro