Skip to content

Commit 4aac1e4

Browse files
committed
system.cpp missing returns
1 parent 20e66cd commit 4aac1e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lynx_core/system.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,12 +471,15 @@ bool CSystem::ReadCart()
471471
delete filememory;
472472
if (howardsize)
473473
delete howardmemory;
474+
475+
return true;
474476
}
475477

476478
bool CSystem::ReloadCart()
477479
{
478480
ReadCart();
479481
Reset();
482+
return true;
480483
}
481484

482485
bool CSystem::IsZip(char *filename)

0 commit comments

Comments
 (0)