• Unable to update Mame version when selecting an emu.

    2
    0 Votes
    2 Posts
    141 Views
    simpleethatS

    @Ebisu please don't post a support request without filling out the information as outlined here https://retropie.org.uk/forum/topic/3/read-this-first

  • Controls issue with Rogue Squadron (n64)

    2
    0 Votes
    2 Posts
    304 Views
    H

    For future reference, I managed to solve my issue by going into the RGUI going to Quick Menu > Controls and playing with those settings. Make sure to save those settings as a game remap file and do not select save on exit as this would break retroarch.cfg files.

  • Libretro cores wiped out? - RESTORED 👍

    30
    0 Votes
    30 Posts
    2k Views
    meleuM

    I asked the libretro's leadership and they said the buildbot server online is not the definitive one yet.

    Anyways, I was in the RAPodcast again, this time trying to explain to users what happened with the libretro's infrastructure.

    I also brought some curiosities about the project's innerworks, in a hope to bridge the gap between end-users and the crazy nerds who develop the tools we love.

    If you want to check it out, here's the link:

  • Dosbox Question : Could You Play Win 95 Games on Dosbox ?

    5
    0 Votes
    5 Posts
    649 Views
    E

    @mitu

    Thank you Very Help ... might consider one of those options

  • Retroflag GPi Vice resolution problem

    3
    0 Votes
    3 Posts
    722 Views
    ds17fD

    The setting you're looking for is:

    Settings -> Video Settings -> VICII border mode: None.

  • Stream backpack

    5
    0 Votes
    5 Posts
    516 Views
    U

    @mitu ok thank you i kinda made it work more smooth but the only problem i would have will be the cam freezes and that is sad hahah

  • Skyscrapper / Screenscraper PSX issue

    5
    0 Votes
    5 Posts
    757 Views
    muldjordM

    This is undoubtedly because ScreenScraper requires the hash of the files. It take a looong time to hash those PSX files. Nothing that can be done about that. Luckily Skyscraper has a system I dubbed QuickId which saves the hashes and only rehashes when the file has changed on the disk. So for any game list regeneration it will be fast. But the first time any file is hashed, it will have to calculate it from the data inside the file.

    EDIT: I spoke too quickly... My QuickId system is only used for the internal Skyscraper ID's... I should fix that, but I'm not actively developing Skyscraper right now, so you will have to live with it for PSX for the time being I'm afraid.

    Optimally the Skyscraper internal ID's should use hashes. But i limited it to only hash files when they are smaller than 50 megs I think (because it would take too long for bigger files, which is also the issue here). So for anything above that, it simply hashes the filename. And it's one of those things where it could easily be made to always use hashes for the full files, but then I would break the caches of every single Skyscraper user. Can't do that... Ugh. I really should have given those ID's more thought back when I designed it two years ago. Keeps coming back to kick me in the behind. :(

  • request the cancellation of sending notifications

    Moved
    5
    0 Votes
    5 Posts
    141 Views
    mituM

    Open the forum category page and check the Subscribe/Unsubcribe button.

    5c0bad2f-cb59-4cd6-a389-384c6861fbf7-image.png

  • Emulators

    8
    0 Votes
    8 Posts
    875 Views
    N

    @ReadyPlayaWon thanks for the help

  • USB wifi dongle and retropie

    14
    0 Votes
    14 Posts
    2k Views
    mituM

    @Donkbot said in USB wifi dongle and retropie:

    Am I going to have to build the project first?

    There are installation instructions (using dkms) on the project page - there's no need for a 'release'.

  • Dosbox Question : Not Sure How To Make This Conf File

    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Help keys problems

    2
    0 Votes
    2 Posts
    45 Views
    mituM

    Turn 'Game focus' on in RetroArch by pressing Scroll Lock, this way RetroArch will not interpret the keys as gamepad actions/hotkeys. To exit the game, you'll need to press again Scroll Lock to activate RetroArch's keys back (so Esc would exit).

  • Buttons not registering even though override mapping applying

    Moved
    3
    0 Votes
    3 Posts
    356 Views
    H

    Which files were conflicting? I'm having a similar problems, but with n64 instead.

  • 0 Votes
    2 Posts
    1k Views
    N

    Currently a bug in the bluez package. Workaround fixing the issue can be found here.

  • Update of Retropie script failed

    12
    0 Votes
    12 Posts
    10k Views
    L

    @mitu thx for this, work perfect

  • xboxdrv with lr-x1

    2
    0 Votes
    2 Posts
    418 Views
    P

    could somebody help me with this example runcommand-onstart.sh script from the xboxdrv guide for retropie?

    for the following example script, i want to try using xboxdrv just for a certain rom, and if that rom doesn't match i don't want to launch/use xboxdrv. ex. in the fba) section below, what if i wanted to use xboxdrv if there is a match for one of the $rom cases, but do nothing if not? would i just delete these lines?:

    $xboxkill joycommand="$basicPS3 &" eval $joycommand ;; #!/bin/sh ## Uncomment one or all of the following if you need to find some information about the emulator or roms ## Name of the emulator #echo $1 >> /dev/shm/runcommand.log ## Name of the software used for running the emulation #echo $2 >> /dev/shm/runcommand.log ## Name of the rom #echo $3 >> /dev/shm/runcommand.log ##Executed command line #echo $4 >> /dev/shm/runcommand.log ### The FUN begins #Get ROM name striping full path rom="${3##*/}" ### Try to automatically find the correct event[•] of the connected controllers controller1=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '1{p;q}'` controller2=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '2{p;q}'` controller3=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '3{p;q}'` controller4=`cat /proc/bus/input/devices | egrep -i "js*" | sort | grep -o 'event[0-9]' | sed -n -e '4{p;q}'` ### Set variables for your joypad and emulator ### Basic Configuraions - Standard controller mappings basicPS3="sudo /opt/retropie/supplementary/xboxdrv/bin/xboxdrv >/dev/null \ --evdev /dev/input/$controller1 \ --silent \ --detach-kernel-driver \ --force-feedback \ --mimic-xpad \ --dpad-as-button \ --trigger-as-button \ --evdev-absmap ABS_X=x1,ABS_Y=y1,ABS_Z=x2,ABS_RX=y2 \ --evdev-keymap KEY_#302=a,KEY_#301=b,BTN_DEAD=x,KEY_#300=y,BTN_THUMB=tl,BTN_THUMB2=tr,BTN_BASE5=lb,BTN_BASE6=rb,BTN_BASE3=lt,BTN_BASE4=rt,BTN_TRIGGER=back,BTN_TOP=start,BTN_SOUTH=guide,BTN_TOP2=du,BTN_PINKIE=dr,BTN_BASE=dd,BTN_BASE2=dl --calibration x1=-32767:0:32767,y1=-32767:0:32767,x2=-32767:0:32767,y2=-32767:0:32767" ### Extended Configurations ### Specific emulator configuration or any other parameters you will need only for some emulators scummVM="--axismap -Y1=Y1,-Y2=Y2 \ --ui-axismap x1=REL_X:10,y1=REL_Y:10 \ --ui-buttonmap a=BTN_LEFT,b=BTN_RIGHT,start=KEY_F5,back=KEY_ESC \ --ui-buttonmap guide=void,x=void,y=void,lb=void,rb=void,tl=void,tr=void,lt=void,rt=void,back=void \ --ui-axismap x2=void" amiga="--axismap -Y1=Y1,-Y2=Y2 \ --ui-axismap x2=REL_X:1,y2=REL_Y:1 \ --ui-axismap x1=KEY_LEFT:KEY_RIGHT,y1=KEY_DOWN:KEY_UP \ --ui-buttonmap du=KEY_UP,dd=KEY_DOWN,dl=KEY_LEFT,dr=KEY_RIGHT \ --ui-buttonmap lt=BTN_LEFT,rt=BTN_RIGHT,start=KEY_ESC,back=KEY_LEFTCTRL,y=KEY_SPACE,a=KEY_LEFTCTRL,b=KEY_LEFTALT,x=KEY_LEFTSHIFT \ --ui-buttonmap guide=void,tl=void,lt=void,rt=void,back=void \ --ui-axismap x2=void" fourway="--four-way-restrictor" invert="--ui-buttonmap du=KEY_DOWN,dd=KEY_UP" ### Kill Command xboxkill="sudo killall >>/dev/shm/runcommand.log xboxdrv" ### Execute the driver with the configuration you need # $1 is the name of the emulation, not the name of the software used # it is intellivision not jzintv case $1 in mame-libretro) ;; fba) case $rom in "amidar.zip"|"atetris.zip"|"puckman.zip") # Configuration used only for these ROMs $xboxkill joycommand="$basicPS3 $fourway &" eval $joycommand ;; *) # Configuration for every other ROMs on this emulator $xboxkill joycommand="$basicPS3 &" eval $joycommand ;; esac ;; daphne) ;; scummvm) $xboxkill joycommand="$basicPS3 $scummVM &" eval $joycommand ;; amiga) $xboxkill joycommand="$basicPS3 $amiga &" eval $joycommand ;; intellivision) ;; esac
  • Dosbox Help Question ? ISO vs IMG

    6
    0 Votes
    6 Posts
    680 Views
    E

    IMG_6522.PNG

    IMG_6523.PNG

    IMG_6524.PNG

    IMG_6525.PNG

    IMG_6526.PNG

    IMG_6527.PNG

    IMG_6528.PNG

    IMG_6529.PNG

  • Is there anyway to play PV-1000 games?

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Unable to access Retropie setup from terminal

    14
    0 Votes
    14 Posts
    8k Views
    saccublendaS

    @BuZz Good to know, thanks.

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.