mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +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;
|
||||
|
||||
// add device to filepath
|
||||
if(method != METHOD_DVD)
|
||||
{
|
||||
sprintf(filepath, "%s%s", rootdir, szpath);
|
||||
memcpy(szpath, filepath, MAXPATHLEN);
|
||||
}
|
||||
|
||||
int szfiles = SzParse(szpath, method);
|
||||
if(szfiles)
|
||||
|
Loading…
Reference in New Issue
Block a user