So im trying to load 2 png images at the same time with the Overlay Preset function.
This is to allow me to use some GCE Vectrex game overlays with a seperate border.
I can only get it to load the overlay not the border
this is my .cfg text
overlays = 2
overlay0_overlay = Vectrex_Berzerk.png overlay1_overlay = Vectrex_Bezel.png overlay1_name = “Bezel”
overlay0_full_screen = false overlay0_rect = “0.0,0.0,1.0,1.0” overlay1_full_screen = true
overlay0_descs = 0 overlay1_descs = 0
Is this possible?