• 0 Votes
    3 Posts
    1k Views
    K

    @mitu Thanks for your reply. I finally figured it out the problem was PEBKAC!!! I had the joystick plugged into the wrong 5 pin port. I thought there was only the one and I was wrong. Totally my bad but thanks for the help. I'm going to leave this up since I could not find any solutions to this problem anywhere and it might help someone.

  • Updated now runs slow

    Help and Support
    7
    0 Votes
    7 Posts
    1k Views
    C

    @mitu my verison i had was like 4.1 or 4.2 cant really remember but i updated from source

  • 0 Votes
    20 Posts
    4k Views
    cyperghostC

    @clyde okay right but a full grown standalone USB2 transfers up to 40 MB/s that is 4 times faster as your LAN.

    How fast is a Raspberry with his shared USB Controller? 10MB/s? 15? Didn't test but a NAS is dedicated for file moving and if the Pie 4 got some interface upgrades it is maybe as fast as your 2011 Synology (cool device BTW with the best UI I have ever seen)

  • 0 Votes
    8 Posts
    1k Views
    cyperghostC

    @lostless Right!
    The chance of a broken .state## file is high if the emulator gots some bug fixes. It's even nearly impossible to port savestates from RPi0/1 versions to RPi2/3/3+

    A savestate feature you can always rely is the SRM state. As it's just a part of the ROM itself and is treated as memory dump. But not every game provides this and afaik only home consoles.

  • How to enable and use PS3 rumble...

    Help and Support
    3
    0 Votes
    3 Posts
    605 Views
    mituM

    @sanbadgerdude Take a look at https://github.com/anqixu/sixad_rumble or http://wiki.ros.org/ps3joy. Your topic has nothing to do with RetroPie, maybe it's better to start with the links above and see if it helps you.

  • Raspberry Pi 3 B+ released

    General Discussion and Gaming
    74
    4 Votes
    74 Posts
    67k Views
    EcksE

    @superpiboy said in Raspberry Pi 3 B+ released:

    @ecks
    Hi, thank you for you reply. 65-70°C is too high for me to my handheld projects. I wonder how much degree RPI3B+ is in normal using condiiton with a heatsink? for example in playing PS1 game ? without overclock.

    This video

    will give you an idea for the temps on the Pi 3B+

  • Pi3 Overheating Suggestions

    Help and Support
    20
    0 Votes
    20 Posts
    6k Views
    strangerukS

    I was having heating issues after overclocking for N64/Shader usage. Tried the cheap heatsink route, and as suggested, did very little (as you say, probably the glue used). I've also tried larger cases with fans but the way it was set up meant it was just pushing warm air around, it was cooler but nowhere near the results I got with my passive-cooling case.

    I looked into Flirc cases and then stumbled across the BIQU case, it's about half the price and works fantastically. I've never had the thermal symbol show since using it and the case itself doesn't get too hot either (you can feel it is warm when being used, but no shocks or being too hot to touch as some have suggested with passive-cooling style cases).

    I also added a little thermal paste on the points of contact - it may not be necessary but I had some lying around so thought it wouldn't hurt.

  • 0 Votes
    6 Posts
    1k Views
    mituM

    @pepijn123games No problem, glad you fixed it. Arcade ROMs are always tricky to get right.

  • Retropie freezing up on me

    Help and Support
    10
    0 Votes
    10 Posts
    2k Views
    jonnykeshJ

    @paddyo41 No probs. These type of issues tend to be hardware related 95+% of the time. Hardware is always the easiest thing to swap out. If it persists after checking / replacing hardware then software is the next stop obviously.

  • 0 Votes
    6 Posts
    2k Views
    caver01C

    @fingal perfect! That’s what I was hoping it would do, but hard to explain exactly. So:witnessed you have to go back to games that you already tried mapp8ng 8n this manner and update those too, because they might have their individual saved key maps.

    Glad we solved it.

  • 0 Votes
    29 Posts
    43k Views
    RumblinBuffaloR

    @dankcushions Got it. Thanks - appreciate the clarification. I think I was simply mistaken on what the proper AR should look like for those games. Although I think as a personal preference I like Mat Mania slightly wider (1:1).

  • Mac/megadrive rom folder issue.

    Help and Support
    4
    0 Votes
    4 Posts
    1k Views
    caver01C

    @bowman I have never had to use any additional software for file access from my Mac to Pi3. I have always just used the Finder, Go menu etc.

    That said, you may have a folder permissions issue that you could check using command line. It will be in your long term best interest to pick up some linux command line knowledge and try connecting to your Pi with SSH. You may need to use the pi config to enable SSH, but once done, you can get in using Terminal. Try ssh pi@retropie.local and use the password raspberryto login and now you can navigate with command line to check permissions, delete files that are not visible from the Finder, etc.

    Or you could try resetting the ROM directory permissions using the technique in the FAQ. This would be a lot easier if it fixes things.

  • 0 Votes
    9 Posts
    5k Views
    svmariscalS

    Supposing you have already Emulationstation + Retroarch running, you first have to enter the Retroarch menu and download the mednafen_saturn core. Then you need to paste this:

    <system>
    <fullname>Sega Saturn</fullname>
    <name>saturn</name>
    <path>~.emulationstation\roms\saturn</path> this is the path to your roms directory
    <extension>.iso .ISO .mdf .MDF .cue .CUE</extension>
    <command>%HOME%.emulationstation\systems\retroarch\retroarch.exe -L %HOME%.emulationstation\systems\retroarch\cores\mednafen_saturn_libretro.dll "%ROM_RAW%"</command> this is where you tell ES what core to use
    <platform>saturn</platform>
    <theme>saturn</theme>
    </system>

    in your es_systems.cfg file; beware of slashes/backslashes and all depending of which OS you're running.

    Secondly, you'll need to put the proper BIOS file in the retroarch/system directory, see here:

    https://github.com/retropie/retropie-setup/wiki/Saturn

    And then of course you need to put all your roms in your roms directory.

    If you don't want to go the retroarch route, I guess you can use the standalone mednafen but I have no experience with it.

  • 0 Votes
    16 Posts
    6k Views
    pjftP

    I have pretty much resorted to AdvanceMame for anything that the lr-MAME cores (mostly 2003) can't handle with a decent framerate and no glitches on the Pi3, and it's been surprisingly reliable.

    I can even run the Sega System 24 games on it without any slowdown or problems, namely Bonanza Bros, CrackDown and Gain Ground.

    Strongly recommend.

  • no music in psx

    Help and Support
    6
    0 Votes
    6 Posts
    4k Views
    M

    @Darksavior I think that must be the case then. None of the games have a cue file. I have to create them. They just have the binary file.

  • Roms won´t start - strange problem

    Help and Support
    27
    0 Votes
    27 Posts
    11k Views
    D

    [ + ] acpid
    [ + ] alsa-utils
    [ - ] anacron
    [ - ] asplashscreen
    [ + ] avahi-daemon
    [ + ] bluetooth
    [ - ] bootlogs
    [ - ] bootmisc.sh
    [ - ] checkfs.sh
    [ - ] checkroot-bootclean.sh
    [ - ] checkroot.sh
    [ + ] clamav-daemon
    [ + ] clamav-freshclam
    [ + ] collectd
    [ + ] console-setup
    [ + ] cpufrequtils
    [ + ] cron
    [ + ] dbus
    [ + ] dhcpcd
    [ + ] dphys-swapfile
    [ + ] fake-hwclock
    [ + ] fhem
    [ + ] hdparm
    [ - ] hostname.sh
    [ - ] hwclock.sh
    [ + ] kbd
    [ + ] keyboard-setup
    [ - ] killprocs
    [ + ] kmod
    [ + ] loadcpufreq
    [ - ] lvm2
    [ - ] mdadm
    [ + ] mdadm-raid
    [ - ] mdadm-waitidle
    [ + ] minidlna
    [ + ] monit
    [ - ] motd
    [ - ] mountall-bootclean.sh
    [ - ] mountall.sh
    [ - ] mountdevsubfs.sh
    [ - ] mountkernfs.sh
    [ - ] mountnfs-bootclean.sh
    [ - ] mountnfs.sh
    [ + ] networking
    [ - ] nfs-common
    [ + ] nfs-kernel-server
    [ + ] nginx
    [ + ] nmbd
    [ + ] ntp
    [ + ] php5-fpm
    [ - ] plymouth
    [ - ] plymouth-log
    [ - ] postfix
    [ + ] procps
    [ + ] proftpd
    [ + ] quota
    [ - ] quotarpc
    [ + ] raspi-config
    [ + ] rc.local
    [ + ] resolvconf
    [ - ] rmnologin
    [ + ] rpcbind
    [ + ] rrdcached
    [ - ] rsync
    [ + ] rsyslog
    [ + ] samba
    [ + ] samba-ad-dc
    [ - ] saned
    [ - ] screen-cleanup
    [ - ] sendsigs
    [ + ] smartmontools
    [ + ] smbd
    [ + ] snmpd
    [ + ] ssh
    [ - ] sudo
    [ + ] triggerhappy
    [ + ] udev
    [ + ] udev-finish
    [ - ] umountfs
    [ - ] umountnfs.sh
    [ - ] umountroot
    [ + ] urandom
    [ - ] watchdog
    [ - ] wd_keepalive
    [ - ] x11-common

  • baku baku animal

    Help and Support
    9
    0 Votes
    9 Posts
    3k Views
    dankcushionsD

    you can see what games are supported by retropie's various arcade and mame cores by looking at the compatibility lists here:
    https://github.com/RetroPie/RetroPie-Setup/wiki/Mame
    https://github.com/RetroPie/RetroPie-Setup/wiki/FinalBurn-Alpha

  • Why 2 distributions?

    Help and Support
    2
    0 Votes
    2 Posts
    1k Views
    mediamogulM

    @ayskura

    The Pi 1/0 utilize armv6 processors and the 2/3 use armv7. The images are optimized to accommodate the difference.

  • 0 Votes
    4 Posts
    3k Views
    RedDogR

    Thanks again. Success so far.

    I redid the mounting for the external hard drive and now have it mounted to the Retropie folder and it appears to work correctly. If I have the drive plugged in on boot, the emulators show up and games work. If I boot without the drive, only the Retropie menu comes up.

    I did have to manually set up the BIOS, retropiemenu, roms, and splashscreens folders and subfolders up in the root of the hard drive through Windows. I assume that is normal in this case (and hopefully I did't miss anything).

    I have a few more folder questions:

    Is the BIOS folder set up in the same way as the rom folder in that there are subfolders for each emulator (such as psp, psx, sega32x) or do you just toss all the bios files in that folder? I see that the images by default are located in /opt/retropie/configs/all/emulationstation/downloaded_images. Any suggestions on what to look at to store the images on the hard drive instead? Using Sselphs scraper perhaps?

    Also, what triggers retropie to generate a new gamelist.xml? Is it when the scraper is run?

  • 0 Votes
    4 Posts
    2k Views
    C

    @gizmo98 said in Question: Working with Pi3 and Pi Zero:

    Run RetroPie-Setup with "sudo __platform=rip1 ./RetroPie-Setup.sh" for pi zero.

    Crap. And also big thanks. I'm going to rebuild and do that.