mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Disable recording if FFmpeg errors out.
Or we segfault ...
This commit is contained in:
parent
491c0e0757
commit
9c472e4e9e
@ -1320,6 +1320,7 @@ static void init_recording(void)
|
||||
if (!g_settings.video.gpu_record && g_extern.system.hw_render_callback.context_type)
|
||||
{
|
||||
RARCH_WARN("Libretro core is hardware rendered. Must use post-shaded FFmpeg recording as well.\n");
|
||||
g_extern.recording = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user