Home
last modified time | relevance | path

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

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dreplay.cpp31 INT32 nReplayExternalDataCount = 0; variable
76 if (nReplayExternalDataCount && ReplayExternalData) { in RecordInput()
77 for (INT32 i = 0; i < nReplayExternalDataCount; i++) { in RecordInput()
260 if (nReplayExternalDataCount && ReplayExternalData) { in ReplayInput()
261 for (INT32 i = 0; i < nReplayExternalDataCount; i++) { in ReplayInput()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dreplay.cpp31 INT32 nReplayExternalDataCount = 0; variable
88 if (nReplayExternalDataCount && ReplayExternalData) { in RecordInput()
89 for (INT32 i = 0; i < nReplayExternalDataCount; i++) { in RecordInput()
269 if (nReplayExternalDataCount && ReplayExternalData) { in ReplayInput()
270 for (INT32 i = 0; i < nReplayExternalDataCount; i++) { in ReplayInput()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/msx/
H A Dd_msx.cpp21 extern INT32 nReplayExternalDataCount;
26 INT32 nReplayExternalDataCount = 0; variable
1433 nReplayExternalDataCount = sizeof(keyRows); in DrvInit()
1493 nReplayExternalDataCount = 0; in DrvExit()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/msx/
H A Dd_msx.cpp21 extern INT32 nReplayExternalDataCount;
30 INT32 nReplayExternalDataCount = 0; variable
1490 nReplayExternalDataCount = sizeof(keyRows); in DrvInit()
1558 nReplayExternalDataCount = 0; in DrvExit()