Home
last modified time | relevance | path

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

/dports/audio/sidplay/sidplay-base-1.0.9/
H A Dsidcon.cpp161 sidTuneInfo mySTI; in handleFile() local
168 mySidTune.getInfo(mySTI); in handleFile()
169 cerr << mySTI.statusString << endl; in handleFile()
178 success &= mySidTune.getInfo(mySTI); in handleFile()
179 if (mySTI.fixLoad) in handleFile()
200 success &= (mySTI.dataFileName!=0); in handleFile()
203 … success &= (0!=(outFileName = new char[strlen(mySTI.path)+strlen(mySTI.dataFileName)+4+1])); in handleFile()
215 strcpy(tmpDataName,mySTI.path); in handleFile()
220 strcpy(tmpInfoName,mySTI.path); in handleFile()
227 if (mySTI.infoFileName != 0) in handleFile()
[all …]