mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
fix 7z files from DVD
This commit is contained in:
parent
9563296da3
commit
a2f42c3fcc
@ -403,8 +403,11 @@ int BrowserLoadSz(int method)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
// add device to filepath
|
// add device to filepath
|
||||||
|
if(method != METHOD_DVD)
|
||||||
|
{
|
||||||
sprintf(filepath, "%s%s", rootdir, szpath);
|
sprintf(filepath, "%s%s", rootdir, szpath);
|
||||||
memcpy(szpath, filepath, MAXPATHLEN);
|
memcpy(szpath, filepath, MAXPATHLEN);
|
||||||
|
}
|
||||||
|
|
||||||
int szfiles = SzParse(szpath, method);
|
int szfiles = SzParse(szpath, method);
|
||||||
if(szfiles)
|
if(szfiles)
|
||||||
|
Loading…
Reference in New Issue
Block a user