Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06296 Documentation Typo Always Jul 15, 2016, 14:29 Jul 15, 2016, 16:39
Tester ozfalcon View Status Public Platform MAME (Self-compiled)
Assigned To Tafoid Resolution Fixed OS Linux (32-bit)
Status [?] Resolved Driver
Version 0.175 Fixed in Version Build Normal
Fixed in Git Commit Github Pull Request #
Summary 06296: src/osd/sdl/video.cpp: Warning message says "-waitsync" but should say "-waitvsync"
Description Warning message says "-waitsync" but should say "-waitvsync"
https://github.com/mamedev/mame/blob/ad47988e79d378a0b948fdc9e41f41dda6899fd5/src/osd/sdl/video.cpp#L391

if (!video_config.waitvsync && video_config.syncrefresh)
{
osd_printf_warning("-syncrefresh specified without -waitsync. Reverting to -nosyncrefresh\n");
video_config.syncrefresh = 0;
}
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems src/osd/sdl/video.cpp
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.