画面设置:
画面大小:默认的显示大小如果不满意,可以在配置文件里修改,打开配置文件gedit ~/.mednafen/mednafen.cfg,类似于下面的内容就是画面尺寸的设置。
;Full-screen horizontal resolution.
nes.xres 640 #全屏显示的分辨率,宽
;Full-screen vertical resolution.
nes.yres 480 #全屏显示的分辨率,高
;The scaling factor for the X axis.
nes.xscale 2 #窗口模式下的放大倍数,宽,这个倍数是以所模拟机种的原始分辨率为基准的
;The scaling factor for the Y axis.
nes.yscale 2 #窗口模式下的放大倍数,高
;The scaling factor for the X axis in fullscreen mode.
nes.xscalefs 2 #全屏模式下的放大倍数,宽
;The scaling factor for the Y axis in fullscreen mode.
nes.yscalefs 2 #全屏模式下的放大倍数,宽
;Enable scanlines with specified transparency.
nes.scanlines 0 #把0改为1可以实现一种隔行显示的效果