mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-15 16:27:55 +00:00
interpret .as as extension for apple single
This commit is contained in:
@@ -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) == "._")
|
||||
|
Reference in New Issue
Block a user