• How do you check your temps?

    14
    0 Votes
    14 Posts
    16k Views
    RiverstormR

    @mrbwa1 said in How do you check your temps?:

    The watch command will update the temp every 2 seconds in the SSH window

    I find the watch command very handy. I do the same in a putty SSH window running this script even though there's plenty of built-in commands without the need but I like the formatted output.

    #!/bin/bash cpuSpeed0=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq) cpuSpeed1=$(($cpuSpeed0/1000)) cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp) cpuTemp1=$(($cpuTemp0/1000)) cpuTemp2=$(($cpuTemp0/100)) cpuTempM=$(($cpuTemp2 % $cpuTemp1)) gpuTemp0=$(/opt/vc/bin/vcgencmd measure_temp) gpuTemp0=${gpuTemp0//\'/°} gpuTemp0=${gpuTemp0//temp=/} echo echo CPU Speed: $cpuSpeed1" MHz" echo echo CPU Temp: $cpuTemp1"."$cpuTempM"°C" echo GPU Temp: $gpuTemp0
  • Help Remapping Retroarch Hotkeys

    10
    0 Votes
    10 Posts
    15k Views
    B

    @backstander said in Help Remapping Retroarch Hotkeys:

    @bazmonkey

    You're welcome and this has got me thinking as well, maybe I should give this a try using the Xbox button to do this!

    Did it work? I found that the Logitech f(310,710) can similarly use their center button. I'm thinking most "guide" buttons will work.

  • Gameboy too fast

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

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Is there a full guide to the best working emus/games?

    3
    0 Votes
    3 Posts
    1k Views
    B

    Yeah, cheers man. I've gotten a few N64 games working now and even a couple of Playstation ones. I might look at the DC next

  • 0 Votes
    8 Posts
    3k Views
    hiulitH

    I mean, when you load the game, it doesn't appear the "press a button for settings" box (runcommand I think it's called?). Maybe this has something to do?

  • 8Bitdo NES30(non-pro) no longer working with 4.0 RC1

    13
    0 Votes
    13 Posts
    5k Views
    monstermadeofmanM

    If anyone is still having issues with the Bluetooth on NES30 controllers this might help.

    I know it's for the Pro controllers but it worked for me.

  • Reicast stopped working after update

    26
    1 Votes
    26 Posts
    12k Views
    gizmo98G

    @Hydro
    Your RetroPie-Setup script is not up to date and there are some controllers which crash reicast-joyconfig.py. It seems to be you have one of these special controllers.

  • Trading Pokemons on the Gameboy / GBC Emulator

    5
    0 Votes
    5 Posts
    6k Views
    edmaul69E

    @Water-White just download a gamesave that has all the pokemons.

  • Controller Issues

    10
  • Removing emulators and control setup problem

    3
    0 Votes
    3 Posts
    1k Views
    BuZzB

    You can update retropie-setup and remove emulators you don't want. It's a feature of 4.0.

    regarding controller configuration did you set it up as described here - https://github.com/retropie/retropie-setup/wiki/First-Installation (Check the controller diagrams)

  • Xbox 360 Controller stops responding

    4
    0 Votes
    4 Posts
    1k Views
    S

    Having the same problem

  • hiscore.dat Mame 78

    13
    0 Votes
    13 Posts
    11k Views
    BrockBoytsB

    @dankcushions

    I actually had a gut feeling about that and tried it last night. I just saw your post and you were absolutely right. I downloaded the older version and now it works.

    Thank you once again for your help.

  • Emulationstation mod help.

    19
    0 Votes
    19 Posts
    4k Views
    Z

    Sure, no problem

  • Weirdest damn problems I have ever seen

    3
    0 Votes
    3 Posts
    821 Views
    C

    SNES should load the SNES specific config file found in the .config folder. In that config is a line to include the "all" config file for retroarch.

    Look for this config and see if the include line is there and if it points to the correct "all" config. It sounds like when you load a ROM, the SNES emulator is not loading the SNES config file, so it creates one.

    I'm not very knowledgeable with this, but you need to trace the config files. Retroarch also has a directory settings for configs. I believe it is set to "default" in the config. I know if you change this, it will cause problems.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Mapping SFC30 keys won't work, please help.

    5
    0 Votes
    5 Posts
    2k Views
    M

    I updated my firmware to: 2.68 and I couldn't get the thing to work properly. I rolled back to the 2.67 version and it all worked as before.

    I didn't try starting the joypad in another mode other than select.

  • Questions [G&W,Vice,Vectrex,UAE4arm,Amstrad CPC]

    4
    0 Votes
    4 Posts
    1k Views
    C

    You could try linuxjoystickmapper. I have successfully mapped keyboard presses to my PS3 controller for the standalone PPSSPP emulator. For the life of me I can't use the built in mapper without getting some wonky response while in the UI menu, so I used linuxjoystickmapper and mapped all the default keyboard controls in PPSSPP to my controller. You can also map stick axes to keys, but I have had trouble with this. You might be more successful there.

    Here is some more info should you decide to tinker with it: https://retropie.org.uk/forum/topic/2032/dosbox-mapping-mouse-to-ps3-analog-stick/17

    I would consider it a last resort.

  • ssh into pi

    16
    0 Votes
    16 Posts
    4k Views
    TheStrayMongrelT

    Whup, got this sorted, restart and bob's your uncle.

  • Didn't fully understand the "logic" between ROMSET versions

    35
    0 Votes
    35 Posts
    18k Views
    N

    @dankcushions Because that's the latest version of SDL MAME Wii, which is where I will be playing games.
    So I don't need the CHD files for a proper conversion - only if I intend to play the games which require it, right?

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.