|
发表于 2024-11-10 20:04:37
|
显示全部楼层
本帖最后由 leoxxx 于 2024-11-10 20:06 编辑
https://docs.mamedev.org/commandline/commandline-all.html
查了一下271的官方文档,支持自定义截图分辨率。
-snapsize <width>x<height>
Hard-codes the size for snapshots and movie recording. By default, MAME will create snapshots at the system's current resolution in raw pixels, and will create movies at the system's starting resolution in raw pixels. If you specify this option, then MAME will create both snapshots and movies at the size specified, and will bilinear filter the result.
The default is auto.
Example:
mame pacman -snapsize 1920x1080
TIP
-snapsize does not automatically rotate if the system is vertically oriented, so for vertical systems you'll want to swap the width and height options.
这是命令行示例,也就是说你在ini文件里或者前端里按这个格式改snapsize字段有效。 |
|