RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Hind or remove main menu pop up

    Scheduled Pinned Locked Moved Help and Support
    retropie
    2 Posts 2 Posters 254 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AMA2021
      last edited by

      Hi Guys
      Thanks for the add ive used an image pulled from a source for my Pi3B plus and customise for my likely etc what i would like to do is remove the main menu from front screen the main menu i do have it in Koisk mode but profer it gone completely as well a disable the hoykey for retroarch so no one will mess woth setting etc much appreciated.

      1 Reply Last reply Reply Quote 0
      • S
        sleve_mcdichael
        last edited by sleve_mcdichael

        gone completely

        Remove package retropiemenuunder "core packages" in the retropie-setup utility.

        Remove directory ~/.emulationstation/gamelists/retropie and everything in it.

        Remove directory ~/RetroPie/retropiemenu and everything in it.

        Edit /etc/emulationstation/es_systems.cfg and remove the "RetroPie" system entry:

          <system>
            <name>retropie</name>
            <fullname>RetroPie</fullname>
            <path>/home/pi/RetroPie/retropiemenu</path>
            <extension>.rp .sh</extension>
            <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command>
            <platform/>
            <theme>retropie</theme>
          </system>
        

        If you have one at ~/.emulationstation/es_systems.cfg, make the same edit there.

        I think that should about cover it? Now...

        hoykey for retroarch

        Edit your autoconfig file for your gamepad(s) at /opt/retropie/configs/all/retroarch/autoconfig/[gamepad device ID].cfg and remove all lines that look like these (your values will differ, and it may say axis where this says btn or vice-versa):

        input_menu_toggle_btn = "3"
        input_reset_btn = "0"
        input_save_state_btn = "5"
        input_load_state_btn = "4"
        input_state_slot_decrease_axis = "-0"
        input_state_slot_increase_axis = "+0"
        

        (Probably leave "enable_hotkey" and "exit_emulator" intact, or your players won't be able to quit, or will quit every time they hit Start.)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.