libretro / mame2003-plus-libretro

Updated 2018 version of MAME (0.78) for libretro. with added game support plus many fixes and improvements
Other
192 stars 109 forks source link

Add backdrop art options to GUI #706

Open raphkoster opened 5 years ago

raphkoster commented 5 years ago

Now that backdrops work, it would be nice to add the options that existed originally to display with and without bezels, etc, to the GUI and the core options. With most libretro frontends, adding command line args is difficult to impossible.

From the original implementation in MAME 0.61 (see https://wiki.mamedev.org/index.php/MAME_0.61):

-noartcrop -- crops artwork to the game screen area only
-nobackdrop -- enables/disables backdrop art
-nooverlay -- enables/disables overlay art
-nobezel -- enables/disables bezel art

This would enable people to use the support for .art files in tandem with the usual overlays.

Riddler1 commented 5 years ago

Yes, please I was going to request if overlays could be added for use like they are Mame 2010 that would allow Space Invaders for example to have it's Red and Green colors at the top and bottom of the screen repectively.