• Bluetooth audio failing

    2
    0 Votes
    2 Posts
    123 Views
    mituM

    RetroPie's BT pairing is geared mainly to input devices (gamepads/keyboards) and may not work properly on Audio devices. Try to pair manually using bluetoothctl - https://wiki.archlinux.org/title/Bluetooth.

    You may also want to replace pulseaudio with pipewire-pulse, since Pipewire has replaced Pulseaudio in the latest RaspiOS (and other Linux distributions).

    If you don't succeed, try installing the RaspiOS desktop image, which has the Bluetooth pairing utilities on the desktop and installs the necessary audio packages. Once you make it work, you can disable the graphical desktop and boot to console to start EmulationStation.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    DTEAMD

    You can use backport for MESA (24.2.8)/Vulkan 1.2.289

    Now I did it properly and test it. I saw a massive performance increase for game loading and a better performance with Vulkan. Unfortunately , Vulkan 1.3 is not officially available yet for Pi, only 1.2.289 is available .You can get it only with MESA 24.3 but it should be soon.

    Here's what I did :

    1- Create an empty file /etc/apt/sources.list.d/debian-12-backports.list and write this inside with a file editor

    deb http://deb.debian.org/debian bookworm-backports main

    You must change the folder restriction first
    2 - update MESA

    sudo apt update && sudo apt upgrade sudo apt install -t bookworm-backports mesa-va-drivers

    3- Double check your installed packages with:

    dpkg-query -W | grep '~bpo'

    4 - Update Vulkan if needed

    sudo apt install mesa-vulkan-drivers/bookworm-backports

    Note : - Do a backup first
    - I also recommend to update cmake sudo apt install cmake/bookworm-backports.

  • 0 Votes
    6 Posts
    217 Views
    B

    @sith-lord-goz Rollback netplay, which is what is implemented in retroarch, relies on savestate determinism, like several other features (runahead, rewind, ...)

  • moving mame back to lr-mame

    5
    0 Votes
    5 Posts
    299 Views
    B

    @dcaputi said in moving mame back to lr-mame:

    So ignore all that and just tell me, should I give FBNeo a try?

    Unlike MAME's OSD, RetroArch's Quick menu > Controls isn't good at remapping anything to anything. I have a feeling this might be a problem with your setup. Make sure you read this if you want to try anyway.

    And yeah, a lot of games supported by MAME 0.274 aren't gonna be supported by FBNeo, especially 3D games. As for the differences between both emulators, they are explained here and there.

  • Retropie ES config 3B+

    3
    0 Votes
    3 Posts
    213 Views
    mituM

    @steeluth said in Retropie ES config 3B+:

    Following the guide I first installed the Bookworm from here > Raspberry Pi OS with desktop and recommended software and then retropie on top using image files provided and all went well.

    You basically re-wrote the RetroPie image on the sdcard, over the newer RaspiOS image that you installed initially - while you may have the latest RetroPie version, you're still using an older version of RaspiOS (based on Debian buster).

    The RetroPie image is using by default the pi user to operate, if you're using a different username, the installed front-end and emulators will not work. I advise you to re-flash the RetroPie image from the download page for your Pi model and boot it up, then continue from there. The system should reboot on the 1st start and then it will start automatically with EmulationStation.

    If you want to use a newer RaspiOS, then you can install the Lite version and manually install RetroPie as described in the docs.

  • 0 Votes
    1 Posts
    95 Views
    No one has replied
  • Roms Not Loading On Pi 5

    14
    0 Votes
    14 Posts
    642 Views
    V

    @mitu Yeah, I figured it shouldn't have any effect on audio output. The only audio settings I've changed are in /usr/share/alsa/alsa.conf, where 2 is the number of my audio device:

    defaults.ctl.card = 2 defaults.pcm.card = 2
  • Increase ram size

    5
    1 Votes
    5 Posts
    227 Views
    ExarKunIvE

    @mitu ok thanks for the info

  • All games/emulators stuttering after image restore

    4
    0 Votes
    4 Posts
    727 Views
    B

    @tribunal88 With all the counterfeits around, it's actually hard to be sure whether a sd card is good quality or not.
    A standard OS is constantly reading/writing to the storage device (logs, background tasks, ...). Arguably this can be mostly disabled by editing your system files, but i don't think it's done by default on a retropie setup.

  • Any progress being made with ZX81 emulation?

    28
    0 Votes
    28 Posts
    1k Views
    F

    @JimmyFromTheBay said in Any progress being made with ZX81 emulation?:

    @Folly

    What is the "makefile"?

    Here you can find what makefiles do.

    The sourcecode of sz81 is here.
    You will notice the Makefile.
    I highlighted these lines to give you an impression on what can be added to the CFLAGS in order to compile the source code with for example zxpand.
    To add zxpand it has to be added in the line 40 :
    .... -D_DZ80_EXCLUDE_SCRIPT -DZXPAND

    What are the "sdcard files" for ZXPAND?

    I am not an expert on zxpand but it seems that program files are loaded from sdcard.
    More info about zxpand can be found here.
    You can also read that the SZ81 emulator can emulate the ZXpand+. To run a ZXpand-compatible program, you have to put the P file and its .wad file in the ZXpand_SD_Card folder.

    "edit where the configure part so the binary is saver in a different folder than the standar sz81 emultor" - is that referring to these lines? function sources_sz80() { gitPullOrClone #patch and change the config directory for ZX80 sed -i 's/\"\.sz81\"/\"\.sz80\"/g' "sdl_resources.h"

    no,
    I meant :
    function configure_sz80()

    What you mention is sources part , look at the function name.

    Because I have NO idea what that's all about, or what the different slashes mean. There basically isn't one part of that last line I understand :(

    You can read more about what the program sed does over here.

    So it looks like the answer to your question, sadly, is "Hell no" :D

    Haha, I understand.
    In the beginning it's all garbage.
    Try to read the stuff I send you.
    Hope you will understand it a little bit better.

  • GPI Case 2W turbo and retroflag keys as hotkey

    3
    0 Votes
    3 Posts
    278 Views
    O

    @mitu

    Thanks!
    Unfortunately,

    jstest /dev/input/js0

    does not trigger the turbo button, so I think it is an internal controller button. All other buttons trigger.

  • Amerzone (PSX) disc swap not working on retropie

    4
    0 Votes
    4 Posts
    728 Views
    E

    @sugarfree Thank you!

  • 0 Votes
    1 Posts
    86 Views
    No one has replied
  • Help setting up controls ZX Spectrum

    2
    0 Votes
    2 Posts
    160 Views
    mituM

    @Robs said in Help setting up controls ZX Spectrum:

    I want to be able to define some additional keys on the gamepad in addition to the kempston joystick function eg Atic Atac i want kempston plus a button to press "z" to pick up an object. I want this for only this ROM

    I don't think that would work without involving an external utility like xboxdrv to remap a button combo to emit a key. Something like https://retropie.org.uk/docs/Universal-Controller-Calibration-%26-Mapping-Using-xboxdrv/.

    Some games I want to use the keyboard. However some keys seem to fast forward the game or pause regardless of game. Where can I check those functions? Again I would like to define a normal keyboard for eg the hobbit

    Just press the Scroll Lock key to toggle RetroArch into Game Focus mode where the keyboard is exclusively used by the emulated system, any RetroArch key bindings are ignored (incl. hotkey combos). Press Scroll Lock again to be able to regain control over RetroArch and exit. See here for a brief mention on Game Focus in RetroArch guides.

  • 0 Votes
    6 Posts
    325 Views
    H

    I went ahead and installed the development version and it seems like it's fixed the issues I've been having. Thanks for the help!

  • This topic is deleted!

    0
    0 Votes
    0 Posts
    2 Views
    No one has replied
  • 0 Votes
    2 Posts
    172 Views
    mituM

    Please post the complete specs as asked in https://retropie.org.uk/forum/topic/3/read-this-first.

    What the error message you're getting when the installation fails ?

  • 0 Votes
    4 Posts
    375 Views
    mituM

    @fuzzybat23 said in error with libzip-dev installing emulators (ppsspp, reicast):

    @sirleirbag When you figure something out like this, I wish you would tell what these sources were that you added? The problem is still out there.

    This was not a missing source problem, the packages simply failed to download correctly due to a server issue. If you look at the log provided you'll see that.

    Anyway, this is a very old topic, if you have a similar issue now, even if similar, please open a separate topic and explain your problem, post your system specs and what's the error message you're seeing.

  • SSD Formatting & Installation

    6
    0 Votes
    6 Posts
    613 Views
    mituM

    I'd say that it's most likely broken and became read-only, thus the inability to erase the partition table and create a new one (re-partition).

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.