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
ae87a3bf
Unverified
Commit
ae87a3bf
authored
Apr 11, 2020
by
Mahyar Koshkouei
Browse files
snes9x: fix headercount increment
Signed-off-by:
Mahyar Koshkouei
<
mk@deltabeard.com
>
parent
d4bb5c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/memmap.c
View file @
ae87a3bf
...
...
@@ -745,7 +745,7 @@ static uint32 HeaderRemove (uint32 size, int32 * headerCount, uint8 *buf)
if
(
size
-
calc_size
==
512
)
{
memmove
(
buf
,
buf
+
512
,
calc_size
);
*
(
headerCount
)
++
;
(
*
headerCount
)
++
;
size
-=
512
;
}
...
...
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