mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix MSVC2010 warning
This commit is contained in:
parent
b8951de6fd
commit
489a5b9ac6
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user