Author Topic: Can you disable the menu at ROM load screen.  (Read 3032 times)

DarakuTenshi

  • Jr. Member
  • **
  • Posts: 13
    • View Profile
Can you disable the menu at ROM load screen.
« 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.

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Can you disable the menu at ROM load screen.
« Reply #1 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"

DarakuTenshi

  • Jr. Member
  • **
  • Posts: 13
    • View Profile
Re: Can you disable the menu at ROM load screen.
« Reply #2 on: April 04, 2017, 04:38:08 AM »
You're great, thank you!