mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-03 09:30:19 +00:00
interpret .as as extension for apple single
This commit is contained in:
parent
d7a9c8d862
commit
68636d820c
@ -155,6 +155,8 @@ bool ResourceFile::assign(std::string pathstring, ResourceFile::Format f)
|
||||
{
|
||||
if(path.extension() == ".bin")
|
||||
format = Format::macbin;
|
||||
else if(path.extension() == ".as")
|
||||
format = Format::applesingle;
|
||||
else if(path.extension() == ".dsk" || path.extension() == ".img")
|
||||
format = Format::diskimage;
|
||||
else if(path.filename().string().substr(0,2) == "._")
|
||||
|
Loading…
Reference in New Issue
Block a user