Home
last modified time | relevance | path

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

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dreplay.cpp499 INT32 nMetaLen = nMetaSize >> 1; in StartReplay() local
500 if(nMetaLen >= MAX_METADATA) { in StartReplay()
501 nMetaLen = MAX_METADATA-1; in StartReplay()
504 for(i=0; i<nMetaLen; ++i) { in StartReplay()
607 if(nMetaLen > 0) { in CloseRecord()
611 INT32 nMetaSize = nMetaLen * 2; in CloseRecord()
615 for(i=0; i<nMetaLen; ++i) { in CloseRecord()
943 INT32 nMetaLen = nChunkSize >> 1; in DisplayReplayProperties() local
944 if(nMetaLen >= MAX_METADATA) { in DisplayReplayProperties()
945 nMetaLen = MAX_METADATA-1; in DisplayReplayProperties()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dreplay.cpp542 INT32 nMetaLen = nMetaSize >> 1; in StartReplay() local
543 if(nMetaLen >= MAX_METADATA) { in StartReplay()
544 nMetaLen = MAX_METADATA-1; in StartReplay()
547 for(i=0; i<nMetaLen; ++i) { in StartReplay()
651 if(nMetaLen > 0) { in CloseRecord()
655 INT32 nMetaSize = nMetaLen * 2; in CloseRecord()
659 for(i=0; i<nMetaLen; ++i) { in CloseRecord()
1000 INT32 nMetaLen = nChunkSize >> 1; in DisplayReplayProperties() local
1001 if(nMetaLen >= MAX_METADATA) { in DisplayReplayProperties()
1002 nMetaLen = MAX_METADATA-1; in DisplayReplayProperties()
[all …]