Home
last modified time | relevance | path

Searched refs:inprec_pstart (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputrecord.c166 static int inprec_pstart (uae_u8 type) in inprec_pstart() function
545 while (inprec_pstart (INPREC_DISKREMOVE)) { in inprec_playdiskchange()
551 while (inprec_pstart (INPREC_DISKINSERT)) { in inprec_playdiskchange()
577 if (inprec_pstart (INPREC_EVENT)) { in inprec_playevent()
603 if (inprec_pstart (INPREC_CIADEBUG)) { in inprec_playdebug_cia()
628 if (inprec_pstart (INPREC_DEBUG2)) { in inprec_playdebug_cpu()
685 if (inprec_pstart (INPREC_DEBUG)) { in inprec_playdebug()
H A Dinprec.c125 int inprec_pstart(uae_u8 type) in inprec_pstart() function