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
libretro-handy
Commits
2babb895
Unverified
Commit
2babb895
authored
Sep 05, 2020
by
trioan
Committed by
GitHub
Sep 05, 2020
Browse files
clear blip buffer on load state
parent
e3ff0e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lynx/mikie.cpp
View file @
2babb895
...
...
@@ -765,6 +765,8 @@ bool CMikie::ContextLoad(LSS_FILE *fp)
if
(
!
lss_read
(
&
mUART_PARITY_ENABLE
,
sizeof
(
ULONG
),
1
,
fp
))
return
0
;
if
(
!
lss_read
(
&
mUART_PARITY_EVEN
,
sizeof
(
ULONG
),
1
,
fp
))
return
0
;
mikbuf
.
clear
();
return
1
;
}
...
...
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