no message
This commit is contained in:
parent
4e3d148c06
commit
768c60f779
|
@ -2574,7 +2574,7 @@ static void cmdLoadCart(Console* console, const char* name)
|
||||||
if(data)
|
if(data)
|
||||||
{
|
{
|
||||||
#if defined(TIC80_PRO)
|
#if defined(TIC80_PRO)
|
||||||
if(strstr(name, PROJECT_EXT) == name + strlen(name) - strlen(PROJECT_EXT))
|
if(hasExt(name, PROJECT_EXT))
|
||||||
{
|
{
|
||||||
loadProject(console, data, size, &embed.file);
|
loadProject(console, data, size, &embed.file);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue