RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. popup
    Log in to post
    • All categories
    • L

      Creating an in-game popup on button press?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support popup overlay button presses
      2
      0 Votes
      2 Posts
      468 Views
      b3kB

      @liquidhamilton
      I like the idea. I've used images at the launch dialog screen, but your idea is sweet!

    • JirynJ

      Anyway to turn off the footer when you start a game?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming footer game popup
      11
      0 Votes
      11 Posts
      3k Views
      MercuryM

      @simpleethat said in Anyway to turn off the footer when you start a game?:

      Onscreen Notifications

      Something extra that people might find useful. I had the same problem getting rid of those notifications, but editing RetroArch via its GUI was creating havoc. I managed to achieve the same result by editing /opt/retropie/configs/all/retroarch.cfg

      Firstly I did this:
      Enable usage of OSD messages.
      video_font_enable = "false"

      but the secret sauce is to add this line
      menu_enable_widgets = "false"