@dankcushions said in Need lr-MAME2003 core options for config file:
input_overlay_enable_autopreferred = "false"
Tried this, doesn't work from the local overlay/scaling file that is associated with the rom in the rom folder.
Seems MAME2003 is not reading this file for the overlay size specs anymore. Previously, you had to make a config file that pointed to the overlay, then the scaling and and opacity was set there as well. Did something change because it's not reading this file for those settings anymore, even with the auto-scaling "off" in the On-Screen Overlay menu. The overlay shows, but it's scaling is all screwed up because it only reads the settings in the core retroarch.cfg.
I does read everything else in this file though.
005.zip.cfg
video_shader = "/opt/retropie/emulators/retroarch/shader/arcade-bezel-shader/crt-pi-vertical.glslp"
video_shader_enable = "true"
input_overlay = /opt/retropie/emulators/retroarch/overlays/arcade-bezel-overlays/005.cfg
input_overlay_enable = true
input_overlay_opacity = 0.900000
input_overlay_scale = 1.000000
custom_viewport_width = "741"
custom_viewport_height = "933"
custom_viewport_x = "589"
custom_viewport_y = "70"
video_scale_integer = false
input_overlay_enable_autopreferred = true
**** nevermind... I see what's changed... it's PORTRAIT now. It's reading that setting just fine.
I deleted the old retroarch.cfg and allowed it to rebuild a new one, and there it was.