Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
snes9x2010
Commits
1649a31d
Commit
1649a31d
authored
Jun 07, 2021
by
Libretro-Admin
Browse files
Fix savestates
parent
84f656b7
Pipeline
#44468
failed with stages
in 13 minutes and 28 seconds
Changes
1
Pipelines
78
Hide whitespace changes
Inline
Side-by-side
src/snapshot.c
View file @
1649a31d
...
...
@@ -1261,7 +1261,7 @@ void S9xFreezeToStream (STREAM stream)
snprintf
(
buffer
,
sizeof
(
buffer
),
"%s:%04d
\n
"
,
SNAPSHOT_MAGIC
,
SNAPSHOT_VERSION
);
WRITE_STREAM
(
buffer
,
(
uint64_t
)
strlen
(
buffer
),
stream
);
strcpy
(
buffer
,
"NAM:1:
0
"
);
strcpy
(
buffer
,
"NAM:
00000
1:"
);
WRITE_STREAM
(
buffer
,
(
uint64_t
)
strlen
(
buffer
)
+
1
,
stream
);
FreezeStruct
(
stream
,
"CPU"
,
&
CPU
,
SnapCPU
,
COUNT
(
SnapCPU
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment