mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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…
Reference in New Issue
Block a user