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

      Autostart wont execute disable_ertm command.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support autostart xbox one contro retropie ertm disable
      4
      0 Votes
      4 Posts
      690 Views
      mituM

      @Wlcina Yes, the xpadneo driver installation already does that, that's why I recommended installing it.

    • A

      Disable controller input during startup

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstaton inputs disable
      12
      0 Votes
      12 Posts
      752 Views
      mituM

      This diff should do the trick, clearing also any keyboard type controllers

      diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 26faeb2..26bc328 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -320,6 +320,9 @@ int main(int argc, char* argv[]) bool splashScreen = Settings::getInstance()->getBool("SplashScreen"); bool splashScreenProgress = Settings::getInstance()->getBool("SplashScreenProgress"); + //dont generate joystick events while we're loading (hopefully fixes "automatically started emulator" bug) + SDL_JoystickEventState(SDL_DISABLE); + if(!scrape_cmdline) { if(!window.init()) @@ -365,9 +368,6 @@ int main(int argc, char* argv[]) return run_scraper_cmdline(); } - //dont generate joystick events while we're loading (hopefully fixes "automatically started emulator" bug) - SDL_JoystickEventState(SDL_DISABLE); - // preload what we can right away instead of waiting for the user to select it // this makes for no delays when accessing content, but a longer startup time ViewController::get()->preload(); @@ -386,7 +386,10 @@ int main(int argc, char* argv[]) } } - //generate joystick events since we're done loading + //generate joystick events since we're done loading and clear the input event queue + SDL_PumpEvents(); + SDL_FlushEvent(SDL_KEYDOWN); + SDL_FlushEvent(SDL_KEYUP); SDL_JoystickEventState(SDL_ENABLE); int lastTime = SDL_GetTicks();

      I don't think it's 100% correct, since any errors during startup would leave the joystick disabled, further testing is needed.

    • D

      press any key to configure

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support disable
      2
      0 Votes
      2 Posts
      420 Views
      dankcushionsD

      @donad76 https://retropie.org.uk/docs/Runcommand/#configuring-runcommand

    • J

      Disable Select + B from resetting game

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support disable reset
      3
      0 Votes
      3 Posts
      746 Views
      J

      @mitu Thank you!!

    • A

      Disable CEC?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support cec libreelec disable
      2
      0 Votes
      2 Posts
      1k Views
      wmarcioW

      @arcuza hi, you can add this configuration to config.txt:
      hdmi_ignore_cec=1

      Source: https://www.raspberrypi.org/documentation/configuration/config-txt/video.md

    • S

      Audio Video Enable - where is it?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support audio disable video screensaver preview videos
      8
      0 Votes
      8 Posts
      720 Views
      S

      This confusion happened over the course of weeks after I disabled the onscreen help. Forgive me. I've got some grey hair in my late 30s. :D

    • J

      Disable F4 or mapping other keys to quit ES in Retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberrypi 3b+ f4 key disable remap retropie 4.5
      5
      0 Votes
      5 Posts
      483 Views
      J

      I´m learning too to do some things, but Thank you anyway.

    • TheBattleMasterT

      How to hide/disable mouse cursor in RetroPie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support cursor drastic mouse disable
      9
      0 Votes
      9 Posts
      2k Views
      TheBattleMasterT

      @mitu
      Sure! I will post all my findings to help others as well.
      Thanks for your time.

    • R

      Disable Hotkey-X retroarch menu keys in Kids/Kiosk mode only

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch menu hotkey-x disable kiosk kids
      12
      0 Votes
      12 Posts
      1k Views
      R

      @mitu Off course this will work. However each time I want to change another item have to create the retroarchcfg file again. When I use a simple copy script all other settings can't be changed anymore. So each time I go to the retroarch menu and change something the retroarch.cfg gets overwritten. So using two files (one with and one without the disabled hotkey) just isn't a working solution. I really want to be able to make it independent of other changes in the file I sometimes do using the retroarch menu.
      A script that edits that single line is the best solution, however I'm just not clever enough to make the script.

    • ClydeC

      Add how to disable a USB device to the FAQ?

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development faq usb disable
      8
      3 Votes
      8 Posts
      1k Views
      ClydeC

      @chipsnblip Argh, I thought there was something wrong with the link, but the target was the problem. 😳

      Again, thanks!

      edit: typo

    • hansolo77H

      Disable devices?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support disable usb adapter
      31
      1 Votes
      31 Posts
      6k Views
      ClydeC

      @cyperghost Alas, I don't now how ES and its emulators will react to this on runtime. I didn't use it myself (yet), but researched it only because of this thread and a general interest for future use.

      As for specific drivers, I don't have any experience in that either, but as long as they depend on the devices in /dev/input/, they should react to disabled devices there accordingly, I suppose.

    • T

      Disable Packages on the Tinker Board

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support tinkerboard dosbox kodi packages disable
      3
      0 Votes
      3 Posts
      818 Views
      T

      @mitu Thank for that info. I did remove the !kms and it build with no errors, but I get this when I try to run dosbox

      DOSBox version 0.74
      Copyright 2002-2010 DOSBox Team, published under GNU GPL.

      Exit to error: Can't init SDL Unable to open mouse

      So it's a start...

    • Shay90S

      How to switch to 4 Axis Joystick in MAME

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support 4 axis 8 axis triggered disable enable
      10
      0 Votes
      10 Posts
      5k Views
      Shay90S

      @caver01 Of course :) I will definetly post. I took a few photos during the build, and its still not finished yet. Should be done in a week :)

    • BennyBoiiB

      Need help with Start + Select hotkey to exit game. Please Help!!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help game genie code hotkey disable start + select
      6
      0 Votes
      6 Posts
      2k Views
      BobHarrisB

      @ben-almonte Update to retropie 4.3. Reconfigure your controller. The last button to configure is the hotkey, so you can assign that to something other than select.

    • S

      Why bluetooth joypads get master joypads? How to disable that feature?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bluetooth joypad master disable
      2
      0 Votes
      2 Posts
      680 Views
      edmaul69E

      @salvaliebana install joystick selection. Go into retropie menu. If you see joystick selection then it is already installed and go to paragraph 2. If it is not read paragraph 1.

      In the retropie menu, go into runcommand. In there install joystick selection. Exit. Restart your pi.

      Go into retropie menu, then into joystick selection. In option number 1 you can select which joystick is each player.

    • parasvenP

      Disable Keyboard as Controller

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch keyboard disable
      2
      0 Votes
      2 Posts
      981 Views
      parasvenP

      I have simply deleted the /dev/input/js* and /dev/input/event* link so that the system does not use it as Joypad.
      I have made a little script that delets the links and put it into rc.local so the links get deleted every boot. Somehow a udevrule did not work for me.

      This issue can be closed

    • cafarellidigitalC

      Disable random game selection in EmulationStation?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio random game disable
      3
      0 Votes
      3 Posts
      1k Views
      cafarellidigitalC

      Ahh ok. I thought about doing this, but thought there might be a "better" way to do it (like a setting or menu option). Thanks for your help!