mirror of
https://github.com/libretro/prosystem-libretro.git
synced 2024-11-27 02:00:30 +00:00
Fix state loading
Restores an offset increment mistakenly removed in e7ff65aa3a
.
This commit is contained in:
parent
95f2094b91
commit
b98c96e4d0
@ -193,6 +193,7 @@ bool prosystem_Load(const char *buffer)
|
||||
return false;
|
||||
}
|
||||
offset += 16;
|
||||
buffer[offset++];
|
||||
|
||||
for(index = 0; index < 4; index++);
|
||||
offset += 4;
|
||||
|
Loading…
Reference in New Issue
Block a user