Fix MSVC2010 warning

This commit is contained in:
libretroadmin 2023-06-15 13:43:53 +02:00
parent b8951de6fd
commit 489a5b9ac6

View File

@ -577,10 +577,14 @@ bool take_screenshot(
ret = take_screenshot_choice(
video_st,
screenshot_dir,
name_base, savestate, runloop_flags,
has_valid_framebuffer, fullpath, use_thread,
name_base,
savestate,
runloop_flags,
has_valid_framebuffer,
fullpath,
use_thread,
prefer_viewport_read,
(video_st->current_video->read_frame_raw),
(video_st->current_video->read_frame_raw != NULL),
video_st->pix_fmt
);