Home
last modified time | relevance | path

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

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dinptport.c1837 static char af_autofire[MAX_AUTOFIRE_BUTTON]; variable
1862 if (af_autofire[total] > 0) in autofire_menu()
1868 if (af_autofire[sel] == 0) in autofire_menu()
1870 else if (af_autofire[sel] == 99) in autofire_menu()
1939 if (af_autofire[sel] ++ > 98) in autofire_menu()
1940 af_autofire[sel] = 99; in autofire_menu()
1946 if (af_autofire[sel] -- < 1) in autofire_menu()
1947 af_autofire[sel] = 0; in autofire_menu()
2025 if (af_autofire[i]) in AfButton()
2047 if (!af_noautofire[i] && (af_autofire[i] > 0) in seq_pressed_with_autofire()
[all …]