mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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(
|
ret = take_screenshot_choice(
|
||||||
video_st,
|
video_st,
|
||||||
screenshot_dir,
|
screenshot_dir,
|
||||||
name_base, savestate, runloop_flags,
|
name_base,
|
||||||
has_valid_framebuffer, fullpath, use_thread,
|
savestate,
|
||||||
|
runloop_flags,
|
||||||
|
has_valid_framebuffer,
|
||||||
|
fullpath,
|
||||||
|
use_thread,
|
||||||
prefer_viewport_read,
|
prefer_viewport_read,
|
||||||
(video_st->current_video->read_frame_raw),
|
(video_st->current_video->read_frame_raw != NULL),
|
||||||
video_st->pix_fmt
|
video_st->pix_fmt
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user