Richter64 / usbloader-gui

Automatically exported from code.google.com/p/usbloader-gui
0 stars 0 forks source link

I' m trying to fix all the cover problems #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I' m trying to fix all the cover problems

menu.cpp is changed
code checks and saves at cover_path and disc_path
1504        sprintf(imgPath,"%s%s", CFG.covers_path, missingFiles[i]);
1500        sprintf(imgPath,"%s%s", CFG.disc_path, missingFiles[i]);
1496        sprintf(imgPath,"%s%s", CFG.covers_path, missingFiles[i]);
1255                    found1 = findfile(filename,CFG.disc_path);
1252                    found2 = findfile(filename, CFG.disc_path);
1243                    found1 = findfile(filename, CFG.covers_path);
1240                    found2 = findfile(filename, CFG.covers_path);

the limitation of the downloads
1234            for (i = 0; i < gameCnt; i++)
2517                    if (missingFiles != NULL && (cntMissFiles > 0))

Original issue reported on code.google.com by marino...@gmail.com on 30 Apr 2009 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by dimok...@hotmail.de on 30 Apr 2009 at 9:41