Home
last modified time | relevance | path

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

/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dcontrols.h208 #define NUMCTLS 13 /* This must be LAST */ macro
H A Dcontrols.c422 int port, i, used[NUMCTLS]; in S9xVerifyControllers()
427 for (i = 0; i < NUMCTLS; used[i++] = 0) ; in S9xVerifyControllers()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dcontrols.cpp219 #define NUMCTLS 13 // This must be LAST macro
221 #define POLL_ALL NUMCTLS
314 static set<uint32> pollmap[NUMCTLS + 1];
571 for (int i = 0; i < NUMCTLS + 1; i++) in S9xUnmapAllControls()
719 int port, i, used[NUMCTLS]; in S9xVerifyControllers()
721 for (i = 0; i < NUMCTLS; used[i++] = 0) ; in S9xVerifyControllers()
1698 for (int i = 0; i < NUMCTLS + 1; i++) in S9xUnmapID()
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dcontrols.cpp45 #define NUMCTLS 14 // This must be LAST macro
47 #define POLL_ALL NUMCTLS
150 static set<uint32> pollmap[NUMCTLS + 1];
419 for (int i = 0; i < NUMCTLS + 1; i++) in S9xUnmapAllControls()
588 int port, i, used[NUMCTLS]; in S9xVerifyControllers()
590 for (i = 0; i < NUMCTLS; used[i++] = 0) ; in S9xVerifyControllers()
1625 for (int i = 0; i < NUMCTLS + 1; i++) in S9xUnmapID()