Homepage Forums Search Search Results for 'dual'

Viewing 35 results - 1 through 35 (of 888 total)
  • Author
    Search Results
  • mobalized
    Participant

    I have had emulation station working great on my pi2 for a few weeks now. I am using a PlayStation 2 controller with a converter to USB, and a Logitech f310 gamepad. Historically when the start and select button when pushed on either controller it would allow me to Exit a emulator. However since upgrading to the pi 3 I can no longer exit emulation using the start and select button combination. There also seems to be some difficulty setting up each controller input using the configuration menu. It will frequently skip buttons without anything being pressed and I end up having to go back to reconfigure individual buttons. The system was upgraded using apt-get update and apt-get upgrade before being used in the pi 3. Does anyone have any thoughts on how to fix the start select button combination to exit the emulator? I have already tried editing the config file to reflect a hotkey and exit button , but the key numbering is different for each controller. Also I found the after editing the config file the start select method worked from Sega Genesis but did not work from Nintendo 64 for one controller and not at all for the other.

    #122387
    haker120
    Participant

    Yes, actually I paired dualshock 3. Is this bad?

    Anonymous
    Inactive

    [quote=122328]with help from Buzz, we’ve actually fixed this in the code now :)

    https://github.com/libretro/mame2003-libretro/pull/25#event-612809045

    so if you don’t mind waiting for about 30 minutes for mame to compile, you could avoid the above instructions by doing a build from source:

    1) retropie-setup
    2) install individual emulators
    3) lr-mame2003
    4) from source

    [/quote]

    Thank you! I built from source and now aspect ratios are correct!

    senkun
    Participant

    [quote=122276]Sorry, don’t know the answer. What screen is that? Thanks

    [/quote]

    Very nice screen good bang for the buck, it’s a waveshare 3.2″ v4, 320×240 so it’s pretty snappy when configured right, minimal tearing.

    [quote=122328]with help from Buzz, we’ve actually fixed this in the code now :)

    https://github.com/libretro/mame2003-libretro/pull/25#event-612809045

    so if you don’t mind waiting for about 30 minutes for mame to compile, you could avoid the above instructions by doing a build from source:

    1) retropie-setup
    2) install individual emulators
    3) lr-mame2003
    4) from source

    [/quote]

    whoa! Thank you!

    dankcushions
    Participant

    with help from Buzz, we’ve actually fixed this in the code now :)

    https://github.com/libretro/mame2003-libretro/pull/25#event-612809045

    so if you don’t mind waiting for about 30 minutes for mame to compile, you could avoid the above instructions by doing a build from source:

    1) retropie-setup
    2) install individual emulators
    3) lr-mame2003
    4) from source

    #122282
    nitrus
    Participant

    [quote=122280]Hello again
    I have now used this dualboot and tweaked it into my prefered settning regarding background pictures etc.
    I just have one last (?) question;
    How do I edit the config.txt?
    I wanna overclock it a little and mostly, add my codes for the
    decode_MPG2=0x00000000
    decode_WVC1=0x00000000
    I keep gettin errors both from SSH and WinSCP that I am not allowed to edit the file.
    [/quote]

    I think OpenELEC should allow you to edit the files with the default root/openelec combination of username/password.

    As for other types of OSes like Raspbian and RetroPie, you’d need root permissions to edit the file.
    In order to login through WinSCP as ‘root’, you’d first need to set a root password. You can google how to do that.
    Or you could login as pi/raspberry with SSH or your preferred method and then edit the file with nano:
    $ sudo nano /boot/config.txt

    #122280
    stomper
    Participant

    Hello again
    I have now used this dualboot and tweaked it into my prefered settning regarding background pictures etc.
    I just have one last (?) question;
    How do I edit the config.txt?
    I wanna overclock it a little and mostly, add my codes for the
    decode_MPG2=0x00000000
    decode_WVC1=0x00000000
    I keep gettin errors both from SSH and WinSCP that I am not allowed to edit the file.
    If you are intrested I made a new background for the Game section, uploading a small preview first.

    #122272
    missposhosho
    Participant

    I found the solution online. Hope this helps someone.

    1. Create a new file in notepad called “Sony-PlayStation4-DualShock4-Controller.cfg”.

    2.It should be placed in /opt/retropie/configs/all/retroarch-joypads

    3. Delete the file “Sony_Computer_Entertainment_Wireless_Controller.cfg”) that is currently created by Retroarch when you setup the controller by the wizard.

    4. Paste the contents below into the file you created in notepad (probably easier to do after step 1. Thats it! It should now work.

    input_device = “Sony Computer Entertainment Wireless Controller”

    input_driver = “udev”

    input_vendor_id = 1356

    input_product_id = 1476

    input_b_btn = “1”

    input_reset_btn = “1”

    input_y_btn = “0”

    input_select_btn = “8”

    input_enable_hotkey_btn = “8”

    input_start_btn = “9”

    input_exit_emulator_btn = “9”

    input_up_btn = “h0up”

    input_down_btn = “h0down”

    input_left_btn = “h0left”

    input_state_slot_decrease = “h0left”

    input_right_btn = “h0right”

    input_state_slot_increase = “h0right”

    input_a_btn = “2”

    input_x_btn = “3”

    input_l_btn = “4”

    input_r_btn = “5”

    input_l2_btn = “6”

    input_load_state_btn = “6”

    input_r2_btn = “7”

    input_save_state_btn = “7”

    input_l3_btn = “10”

    input_r3_btn = “11”

    input_l_x_plus_axis = “+0”

    input_l_x_minus_axis = “-0”

    input_l_y_plus_axis = “+1”

    input_l_y_minus_axis = “-1”

    input_r_x_plus_axis = “+2”

    input_r_x_minus_axis = “-2”

    input_r_y_plus_axis = “+5”

    input_r_y_minus_axis = “-5”

    input_menu_toggle_btn = “12”

    input_b_btn_label = “Cross”

    input_y_btn_label = “Square”

    input_select_btn_label = “Share”

    input_start_btn_label = “Options”

    input_up_btn_label = “D-Pad Up”

    input_down_btn_label = “D-Pad Down”

    input_left_btn_label = “D-Pad Left”

    input_right_btn_label = “D-Pad Right”

    input_a_btn_label = “Circle”

    input_x_btn_label = “Triangle”

    input_l_btn_label = “L1”

    input_r_btn_label = “R1”

    input_l2_btn_label = “L2”

    input_r2_btn_label = “R2”

    input_l3_btn_label = “L3”

    input_r3_btn_label = “R3”

    input_l_x_plus_axis_label = “Left Analog Right”

    input_l_x_minus_axis_label = “Left Analog Left”

    input_l_y_plus_axis_label = “Left Analog Down”

    input_l_y_minus_axis_label = “Left Analog Up”

    input_r_x_plus_axis_label = “Right Analog Right”

    input_r_x_minus_axis_label = “Right Analog Left”

    input_r_y_plus_axis_label = “Right Analog Down”

    input_r_y_minus_axis_label = “Right Analog Up”

    input_menu_toggle_btn_label = “PS”

    #122183
    smithers
    Participant

    Hi.

    If anyone would care to try it, I have made a ‘RetroPie’ add-on for OpenELEC for use in my Dual-Boot builds. See below:

    Click Here

    This allows you to use whatever skin you want – feel free to chop and change as you wish without worrying about losing my RetroPie script (even works in standard Confluence!). It also means that the whole process is contained within this add-on, meaning no more separate /ss/ or /noobs/ folders – they are all inside the add-on itself.

    Few notes – This is ONLY for OpenELEC and ONLY for a Dual-Boot setup, but Triple-Boot and also OSMC add-ons will follow.

    Let me know your thoughts if you try it out. :)

    Cheers.
    Steve

    bzzb
    Participant

    This is a great tutorial. I did it yesterday and everything is working, except one thing : I can’t configure the emulator exit button and the hotkey for mame4all (start + select).
    I tried several configurations, including configuring the “retroarch.cfg” and “Xin-Mo Xin-Mo Dual Arcade.cfg” manually with:

    input_start_btn = "8"
    input_exit_emulator_btn = "8"
    

    and

    input_select_btn = "9"
    input_enable_hotkey_btn = "9"
    

    The emulator exit button (start+select) works well if a use a 8BitdoNES30Pro8BitdoNES30Pro controller. The 8BitdoNES30Pro8BitdoNES30Pro.cfg is exactly the same above, only the button numbers are diferente, of course.

    – Yes, the buttons are working
    – Yes, the buttons are mapped

    Is there any other place that may be misconfigured ?
    On the mame4all <TAB> menu, there is not mapping to a exit button. Should be one available there ?

    Any help is appreciate.

    bzzb
    Participant

    You probably need to make the configuration for the mama4all. The easy way is to connect a USB keyboard, enter in a game and hit the <TAB> key.
    You will see a menu, select the 1st option and configure your controller. To setup a button, hit <ENTER> on the keyboard then the controller button. To remove/del a setup, hit <ENTER> on the option you want to remove then <TAB><TAB>.
    If this does not work, may be you need to config your Xin-Mo : https://www.petrockblock.com/forums/topic/how-to-get-xin-mo-dual-arcade-working-with-retropie-easy-guide/

    #122168
    Anonymous
    Inactive

    I tested the ResidualVM installation in RetroPie a little further today with disappointing results. I copied over several save game files to test at different points throughout the game. ResidualVM will compile just fine and Grim Fandango will load. The intro is very choppy, and the beginning of the game is playable, but there are many more graphically demanding portions of the game later on, and it is definitely unplayable at those points and even crashed my pi a couple times. I tried forcing a lower resolution and tested out different memory splits to no avail.

    At this point, I would consider ResidualVM games unplayable on the Raspberry Pi until better optimizations are made upstream.

    ibprofen98
    Participant

    Hi, I am trying to buy a controller to use with Retroepie when I get around to getting a Raspberry pi3. I need to know wether the controller needs to be a Dualshock 3 in order to work, or if the older Sixaxis controllers also work. Also, I can not seem to find an answer to wether or not the internal bluetooth of the retropie 3 is sufficient to connect a ps3 controller, or if a dongle is still needed. Thanks in advance :)

    dannyboy
    Participant

    Hi.

    I’ve configured working X-arcade tankstick dual (with trackball).

    I’ve tried all possible configs, but with nothing trackball works.
    I just want use trackball with Mame games (lightgun o trackball) like Marble Madness.
    No way to use it, (advmame, lr-mame, mame4all)…

    I’m stuck. Could somebody help me?

    Thanks in advance.

    bushtopher
    Participant

    Hi,

    I had RetroPie running well with 2 PS3 DualShock controllers on my Pi3 until I tried to add a third controller (hoping to play 4 player Mario Kart 64).

    Not sure what went wrong, but now my first 2 controllers only appear as controller 3 and 4 (going by the lights on the DualShock controllers). They were previously controller 1 and 2.

    This means that I can no longer control any of my SNES games as presumably it needs controller 1 and 2.

    Any ideas how to fix this?

    I’ve tried uninstalling RetroPie and reinstalling and setting up the controllers again but the problem persists.

    Any help would be much appreciated! Thanks :)

    #121867
    trantornator
    Participant

    Hi everyone,

    Just got started with the Pi (using a RPi 1 Model B+ at the moment) and after successfully installing RetroPie 3.6 and Kodi (as a port inside of RetroPie), I would like to simplify the setup and move to a dual boot (also hoping it might speed up the menu system a bit, since it can be really slow in Kodi). Any way to turn the existing setup into a dual boot without formatting and partitioning the SD card? And if not, what would be the best dual boot option given my system?

    Thanks in advance.

    dabone
    Participant

    Because it doesn’t work on other systems, like atari 5200, vectrex, coco, atari 800, apple2, amiga, etc….. There is still a real need for the original scraper.

    The computer ones are the worse, because of multiple different releases of the same program.

    My pi setup is very computer centric, being housed in a commodore 64 unit, using the original keyboard, and having a custom coco joystick interface for coco and apple2 games, dual db9 joysticks for atari 2600,800,commodore,amiga and then 2 wireless 360 controllers for newer systems. Currently I’m using a 120GB ssd as storage.

    Later,
    dabone

    #121715
    sabrecheeky
    Participant

    Thanks for the info, Bengus. For what it’s worth the workaround mentioned on that page to disable the built in bluetooth didn’t work for me, the pi could not detect the Dualshock over the usb bluetooth.

    #121667
    gamesfan
    Participant

    Like this? I have used this with much success.

    Tutorial: RetroPie with DualShock 4 and Bluetooth

    jope
    Participant

    I would like to know if there is any good tutorials for wireless DualShock4 controller (I have a bt dongle and running retropie 3.6) or do I just use it with the usb cord.

    Anonymous
    Inactive

    Hey folks. First, I’m using RetroPie 3.6 on a new RPi3. Having some trouble with EmulationStation recognizing inputs of my dualshock3 now that I finally got the bluetooth paired and working. During the configuration, the Button Up usually works for setting the D-pad up but after that, it’s really hit-or-miss on whether any other buttons will work.
    I’ve seen some mention of sixpair and sixad which I haven’t had to use, though I tried installing sixad and ran into an error (can’t remember right this second) when following the “make” procedure in this tutorial so I haven’t fully pursued that route. I skipped sixpair because it looked to me like it was for pairing (makes sense right?) the PS3 controller, which I got to work through bluetoothctl without it.
    Any ideas or insight would be helpful. Do I need to get both sixpair and sixad? Is there a premade config file I can stick somewhere that would work? I’m a linux noob so I’m not very experienced with commandline file editing/adding but I’m starting to get the hang of some of the commandline workings.
    I guess I can just use it wired (which works fine, btw) but the wireless appeal is so great and I feel like I am so close but just can’t quite get it right.

    sid723
    Participant

    Anyone have experience with the JUYAO Dual Joystick USB interface board?

    dudesdude
    Participant

    [quote=121277]

    Got mine to work with Raspberry pi 3!

    Kernel wasn’t needed, just added the usbquirks line. Make sure your device ID is correct! Mine wasn’t the same as what is listed under the instructions with the usbquirks step. 0314:0326 instead. Sub-in whats listed when you run lsusb. rebooted and emulation station picked up two players. Configured in mame4all with use of xbox 360 controllers for players 3 and 4, works great. Works in retroarch as well.

    You are awesome! Thank you so much for sharing that! I’ll try it as soon as I get home.

    [/quote]

    Out of curiosity what was the USB labeled as? I have five listings that show up on lsusb and none of them look like they would belong to the xin mo haha.

    I tried lsusb -t and I have sorting out to do.

    I just ssh’d in from my computer and removed my usbs to figure it out.

    #121169

    In reply to: Autofire on the axis

    stephen
    Participant

    bjkidder are you using the xin mo dual arcade joysticks/buttons?

    I’m using the raspberry pi b model (first one) just to test my setup then was going to order a raspberry pi3 but don’t know if it’s safe to do so now or not

    zznoisesc
    Participant

    Hi All,

    Love to get some help here as I feel like I’ve plowed hours into getting my controllers working. I have 2 genuine SNES controllers that are connecting via a USB adapter such as this:

    The controllers are detected and usable in Retropie-Setup and any similar GUI menus but aren’t detected via Emulation Station or RetroArch. I’ve tried using all available drivers in RetroArch to no avail. Details:

    Pi Model: 2
    RetroPie Version Used: 3.6
    Built From: Binary

    Config zip file is here: http://s000.tinyupload.com/index.php?file_id=38328388345365941902

    Any help is greatly appreciated!

    Thanks!

    keem85
    Participant

    I’ve tried to reinstall the lr-pcsx-rearmed through individual binary installer, to see if it fixed the problem, but it didn’t.. I get a terrible cracking sound on PSX only. No other emulators are making cracking sounds. Any advice would be greatly appreciated.

    Yes I have overclocked my Raspberry Pi 2, but that isn’t the problem.. I’ve tried reverting back to old state, overclocking some more, and then back to my basic OC, which I have used for a long time without problem..

    I don’t know why this cracking sound-problem suddenly showed up, but it renders all my PSX games unplayable.. I’ve troubleshooted with different BIOS, and the problem affects every PSX roms I have.

    #121069
    conifr
    Participant

    Hey Guys,

    Exact same issue with me. I thought for a while it was the power supply, but after going through multiple I tried using a different bluetooth adapter. That fixed my problem.

    I’d love to be able to get more information about what exactly is crashing the pi, but the logs are uninformative.

    I’m guessing that there is an incompatibility problem between the rpi 3’s bluetooth and the dual shock three controllers.

    It’s probably an upstream problem, but if i figure out a solution that works I’ll post here.

    #121059

    In reply to: Autofire on the axis

    duckclimber
    Participant

    Hi everyone!

    Do someone have a working kernel fix for Raspberry Pi 3, RetroPie 3.6? (Working with Xin-mo)

    We are some guys over in this thread that are wondering: (We got it to work with Raspberry pi 1 and 2 but not 3) https://www.petrockblock.com/forums/topic/how-to-get-xin-mo-dual-arcade-working-with-retropie-easy-guide/

    #120903

    In reply to: Autofire on the axis

    stephen
    Participant

    First I just want to say thank you feederchain for this kernel, after a week of banging my head against the wall I finally got player 2 working.

    The only problem I’m having now is player 2 start/select buttons are not working now, they work in the emulation station gui but not in the emulators themselves.
    Did anyone else have similar issues?

    I’m using the xin mo dual usb and taken the following steps so far:
    1 Installed the kernel
    2 Applied usb quirk to cmd.text
    3 Configured joysticks and buttons in /opt/retropie/configs/all/retroarch.cfg

    jstest is showing all buttons working as they should and it’s only when using emulators player 2 start select will not work.
    I have tried configuring snes emulator manually putting all my control mappings above the #include line and still nothing.

    Any help on this would be much appreciated guys.
    Thanks

    simon
    Participant

    Hello

    So I just finished my bartop arcade machine, based on raspberry pi and retropie 3.6
    And everything works great. Except for a little thing in the dreamcast emulator.
    Because of the way I wired my Xin-Mo dual arcade, left and right is inverted, but only in the dreamcast emulator. And I cant seem to find a solution. Is there a way to invert it in the software, or the config files?

    #120736
    caver01
    Participant

    Hmm. That’s pretty interesting. I don’t think I have mentioned this anywhere above, but the default value for sound_latency was something like 0.2, which is really strange and noticeably long. I don’t think you can set it to zero, but .05 is fine, and you can definitely hear the difference. I don’t understand how a 5th of a second audio lag could be acceptable as a default. It won’t fix the 5-second problem, but don’t ignore it.

    I wish I knew exactly what steps I took while troubleshooting my USB audio besides landing on the settings linked above. It’s possible that I have some residual ALSA file somewhere after trying so many different things. I am really disappointed in the way my USB card is supported. Commands to the channel name PCM don’t work at all.

    I had hoped to find a way to use an ALSA “clone” plugin so that I could leave the PCM channel (built-in Broadcom) enabled and setup my config to mimic everything to the USB hardware. I had a few aspects of this working at one point, but not every had sound. Perhaps some of them bypassed ALSA settings. In any case, I switched to the built-in jack for now. I may come back to USB, but it’s so frustrating.

    sid723
    Participant

    I bought a similar usb dual arcade device on ebay. I thkught it was the Xin-Mo type, but when I hooked it up to the RasPi, it said the type was ‘JUYAO_2_PLAYER_ARCADE’ type. Mine has 22 pins on both sides of the board for each of the 2 players. My issue is that I want to play Mortal Kombat or Street fighter, but I can only get 2 kick and 2 punch buttons to work along with the joysticks. Those games should have 3 punck and kick buttons. Does anyone know how I can change the config to make all 3 kick and punch buttons to work?
    Appreciate any advice.

    Sent from my GT-P3113 using Tapatalk

    #120690

    In reply to: ZX81 Emulation?

    dave
    Participant

    Thanks dudleydes!

    I managed to install ZEsarUX at lunchtime. I noticed that it seems to have changed the default Spectrum emu to itself. Not a problem, I know you can select individual emus for different roms.

    I still need to stick the roms in the spectrum folder, and edit the config file. I have been using WinSCP to transfer roms quite successfully. I also use this at work to move files around, and can edit text files using it. I dont know why I thought this would be any different. Sometimes you can over think things!

    Seeing as though ZEsarUX emulates both ZX81 and Spectrum, and that I need to drop the ZX81 roms in the Spectrum folder, does this mean that the best I can hope for is to run ’81 games from the Spectrum section in Emulation Station? Would it be possible to configure so that there is a ZX81 option along with all the other systems? Or am I trying to run before I can walk?

    Thanks again for helping

    #120641
    smithers
    Participant

    Here is a Rasplex 1.0.1 & RetroPie 3.6 Dual Boot build:

    Click here

    Good news for RasPLEX fans is that I have finally found a way to incorporate my scripts into the standard ‘Plex’ skin, so no need for ‘Aeon’ skin anymore! :)

    Here is a video of it in action:
    Click here to view

    Please let me know what you think, if you try it.

    All the best.
    Steve

    #120431
    candyluv
    Participant

    [quote=120407]
    Then I have a script on my personal OpenELEC setup that I can click on named ‘Update KODI’ and it will download that file, extract it, check that the relevant files are present from the extract (and halt if they are not!), copy the existing custom keymaps I have setup for my KODI remote then proceed to delete my current setup and replace it with the downloaded setup and finally copy over my original keymap files and delete all the downloaded data that is no longer needed then reboot into my new setup. All this is done automatically for me at the click of a button and it means I can tinker with a separate OpenELEC build until I am happy with it then simply upload it to the net (using the same static link, replacing the old file) and update on my master dual boot setup and other Pi’s in the house. It also means that I don’t need to visit my mothers house every time she messes up her KODI setup (bless her!), so if it goes wrong she just has to click ‘update KODI’ at her end and it’ll fix itself automatically. Its a lot easier for me! ?

    Well, sorry that turned into a lengthy post! I will be writing a blog on how to set up that type of script so will post a link if anyone here is interested. It may sound like a faff but it makes things a lot more easy to update, especially if you have a few builds set up yourself or for family & friends.

    All the best
    Steve

    [/quote]

    Hi Smithers,
    I would very much love to have that script. It is very much a hustle going to everyone houses to fix a problem so will very much be appreciated.
    Everything you are doing is great.
    Thanks for everything.

Viewing 35 results - 1 through 35 (of 888 total)