Page 1 of 1

how to set GLOBAL horiz stretch ?

Posted: Fri Sep 30, 2022 9:22 pm
by Exley
i know that inside MAME you can do it but "per-game", the CFG folder saves per-game
and default.cfg ignores the setting (if inputed there)

i wish to have horizontal stretch apply for ALL games / globaly...
(custom value of hstretch="0.800000")

does mame.ini has something that needs entering there ?

Re: how to set GLOBAL horiz stretch ?

Posted: Sat Oct 01, 2022 6:10 pm
by Exley
i managed to do this but not all games comply, mostly capcom's and some others enforce their resolution...

but this is what i did

Code: Select all

#
# CORE RENDER OPTIONS
#
keepaspect                0
# enforced aspect-ratio must be disabled
unevenstretch             1
# unevenstretch must be enabled
unevenstretchx            0
unevenstretchy            1
# unevenstretchY must be enabled
autostretchxy             0
intoverscan               0
intscalex                 5
# intscaleX must be 5 so width be about 75%
if there is better way to force ALL games, please write it here