mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
if (len|chunk == 0)
|
if (!len && !chunk)
|
||||||
goto readend;
|
goto readend;
|
||||||
if (carthw_chunks != NULL)
|
if (carthw_chunks != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue