Skip to content

Commit

Permalink
system.cpp missing returns
Browse files Browse the repository at this point in the history
  • Loading branch information
LLeny committed Apr 4, 2023
1 parent 20e66cd commit 4aac1e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lynx_core/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,12 +471,15 @@ bool CSystem::ReadCart()
delete filememory;
if (howardsize)
delete howardmemory;

return true;
}

bool CSystem::ReloadCart()
{
ReadCart();
Reset();
return true;
}

bool CSystem::IsZip(char *filename)
Expand Down

0 comments on commit 4aac1e4

Please sign in to comment.