Exley
Posts: 9
Joined: Tue Oct 13, 2020 4:37 pm

how to set GLOBAL horiz stretch ?

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 ?
Exley
Posts: 9
Joined: Tue Oct 13, 2020 4:37 pm

Re: how to set GLOBAL horiz stretch ?

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

Return to “MAME Discussion”