mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, fix loading save state (svp, mapper)
This commit is contained in:
parent
a2018ca1be
commit
464b4c171b
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ static int state_load(void *file)
|
|||
break;
|
||||
#endif
|
||||
default:
|
||||
if (len|chunk == 0)
|
||||
if (!len && !chunk)
|
||||
goto readend;
|
||||
if (carthw_chunks != NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue