mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sms, improve gg detection (zip, rom header)
This commit is contained in:
parent
466fa07953
commit
14cd01be51
3 changed files with 14 additions and 2 deletions
|
@ -243,6 +243,7 @@ zip_failed:
|
|||
file->param = cso;
|
||||
file->size = cso->header.total_bytes;
|
||||
file->type = PMT_CSO;
|
||||
strncpy(file->ext, ext, sizeof(file->ext) - 1);
|
||||
return file;
|
||||
|
||||
cso_failed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue