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
snes9x2002
Commits
536905f7
Commit
536905f7
authored
Jun 14, 2012
by
Toad King
Browse files
don't stop rendering frames after load state
parent
8e9722d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.txt
View file @
536905f7
------------------------------------------------------------------------------
Stuff that currently doesn't work:
* Savestates
* Some games don't work
------------------------------------------------------------------------------
...
...
libretro/libretro.cpp
View file @
536905f7
...
...
@@ -366,6 +366,7 @@ static void report_buttons (void)
void
retro_run
(
void
)
{
IPPU
.
RenderThisFrame
=
TRUE
;
S9xMainLoop
();
S9xMixSamples
(
audio_buf
,
avail
*
2
);
audio_batch_cb
((
int16_t
*
)
audio_buf
,
avail
);
...
...
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