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
beetle-psx-libretro
Commits
5a24d54d
Commit
5a24d54d
authored
Apr 17, 2022
by
Libretro-Admin
Browse files
Only call retro_led_interface if LED interface is non-NULL
parent
2e206fa4
Pipeline
#111524
passed with stage
in 38 minutes and 19 seconds
Changes
1
Pipelines
44
Hide whitespace changes
Inline
Side-by-side
libretro.cpp
View file @
5a24d54d
...
...
@@ -4834,7 +4834,8 @@ void retro_run(void)
}
/* LED interface */
retro_led_interface
();
if
(
led_state_cb
)
retro_led_interface
();
video_frames
++
;
audio_frames
+=
spec
.
SoundBufSize
;
...
...
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