mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 04:44:02 +00:00
(record_driver.c) Update
This commit is contained in:
parent
bf56463b76
commit
6fde55ac9d
@ -347,7 +347,7 @@ bool recording_init(void)
|
||||
FFEMU_PIX_ARGB8888 : FFEMU_PIX_RGB565;
|
||||
params.config = NULL;
|
||||
|
||||
if (*global->record.config)
|
||||
if (!string_is_empty(global->record.config))
|
||||
params.config = global->record.config;
|
||||
|
||||
if (video_driver_supports_recording())
|
||||
|
Loading…
x
Reference in New Issue
Block a user