Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: DarakuTenshi on April 03, 2017, 02:07:27 PM

Title: Can you disable the menu at ROM load screen.
Post by: DarakuTenshi on April 03, 2017, 02:07:27 PM
When you select a ROM from any section a breif screen pops up that allows you to make changes to a whole emulator or just that individual ROM. Some of these items include screen resolution, selecting a new emulator, filters, etc...

Is there a way to disable this so that it stops popping up? I've got everything set and it never fails I accidentally make that menu pop up when launching a game. I would like to have that disabled now that I have things running the way they need to.
Title: Re: Can you disable the menu at ROM load screen.
Post by: progets on April 03, 2017, 03:38:44 PM
Modify configs/all/runcommand.cfg and change the disable_menu option to "1".

Code: [Select]
disable_menu = "1"
Title: Re: Can you disable the menu at ROM load screen.
Post by: DarakuTenshi on April 04, 2017, 04:38:08 AM
You're great, thank you!