Previous 199869 Revisions Next

r32956 Saturday 25th October, 2014 at 18:46:25 UTC by Oliver Stöneberg
small adjustment to -snapbilinear description (nw)
[src/emu]emuopts.c

trunk/src/emu/emuopts.c
r241467r241468
6565   { OPTION_SNAPNAME,                                   "%g/%i",     OPTION_STRING,     "override of the default snapshot/movie naming; %g == gamename, %i == index" },
6666   { OPTION_SNAPSIZE,                                   "auto",      OPTION_STRING,     "specify snapshot/movie resolution (<width>x<height>) or 'auto' to use minimal size " },
6767   { OPTION_SNAPVIEW,                                   "internal",  OPTION_STRING,     "specify snapshot/movie view or 'internal' to use internal pixel-aspect views" },
68   { OPTION_SNAPBILINEAR,                               "1",         OPTION_BOOLEAN,    "specify if the snapshot should have bilinear filtering applied" },
68   { OPTION_SNAPBILINEAR,                               "1",         OPTION_BOOLEAN,    "specify if the snapshot/movie should have bilinear filtering applied" },
6969   { OPTION_STATENAME,                                  "%g",        OPTION_STRING,     "override of the default state subfolder naming; %g == gamename" },
7070   { OPTION_BURNIN,                                     "0",         OPTION_BOOLEAN,    "create burn-in snapshots for each screen" },
7171


Previous 199869 Revisions Next


© 1997-2024 The MAME Team