Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Themes / Re: Nostalgic Build, theme per system AM+
« Last post by zestful on January 29, 2025, 07:36:00 AM »
Nintendo Virtual Boy theme: https://www.youtube.com/watch?v=aL_yZoBVBUs

3 themes + alternative view for 1 of them

Default theme


Desk theme


Zoom theme


Overlay menu
22
Scripting / Re: LEDSpicer Emitter Plugin & LEDSpicer Tutorial
« Last post by meduzapat on January 28, 2025, 02:14:14 PM »
Hello there.
Config changed for servostiks and other restrictors/rotators
now is a mapping:
Code: [Select]
<restrictors>
    <restrictor name="ServoStik" boardId="1">
        <map player="1" joystick="1" id="1"/>
        <map player="2" joystick="1" id="2"/>
    </restrictor>
    <restrictor name="ServoStik" boardId="2">
        <map player="3" joystick="1" id="1"/>
        <map player="4" joystick="1" id="2"/>
    </restrictor>                                       
</restrictors>
23
Emulators / God of War Not Working on PPSSPP Emulator
« Last post by patriciahorne on January 28, 2025, 04:24:14 AM »
I’ve downloaded God of War, but it’s not working on my PPSSPP emulator. Has anyone else faced this issue? Am I missing something, or is there a problem with the game file? Any help would be appreciated!
24
Themes / Re: Arcade1UP - Class of 81
« Last post by kh83 on January 28, 2025, 03:44:02 AM »
Thank you for this amazing theme. I can confirm it works on Raspberry Pi 3 (without video snaps)
25
General / Re: Groovyarcade Catver.ini location
« Last post by Beaps on January 26, 2025, 02:25:44 AM »
Nobody help me out?
26
Themes / Re: PopupInfo plug-in
« Last post by Lukesv on January 25, 2025, 09:39:16 AM »
Is this plugin only for AM+?
27
Themes / Re: Nostalgic Build, theme per system AM+
« Last post by zestful on January 24, 2025, 10:20:38 AM »
Thanks jakabasej8 it's not far off being finished for release. 
28
A few convertors which will take meta data files from the following platforms below and convert them into Attract Mode romlist files:

-Retrobat / Emulation Station (also generates story files): https://drive.google.com/file/d/19Jo6LsJxlzfiU5zXVg_FADlVehYODrzy/view?usp=sharing
-Launchbox https://drive.google.com/file/d/1ZqaNsv0vRB9a-GlfDH4bi7u_xpPRAF5Z/view?usp=sharing
-RetroFE https://drive.google.com/file/d/1Ms14qhaz9TCLGJqMkLotQUdbtClubOME/view?usp=drive_link

29
General / Re: maybe a fresh set of eyes - booting Retroarch cores in AM+
« Last post by glimmertwins on January 23, 2025, 10:09:39 PM »
FWIW, I did manage to get this working.  For future people with similar issues, I ended up getting desperate and plugged my config and logs into ChatGPT and it figured out the issue - misplaced quotation marks.

This was the config that worked for me:

Code: [Select]
executable           $HOME/Desktop/emulators/retroarch.app/Contents/MacOS/Retroarch
args                 -v --fullscreen -L "$HOME/Library/Application Support/RetroArch/cores/snes9x_libretro.dylib" "[romfilename]"
rompath              $HOME/Desktop/ROMcollections/TOP100SNESGAMES/
romext               .sfc
system               Super Nintendo (SNES)

....only differences was found in the quotation marks.  After that I had a problem with the Retroarch screen losing focus which was then solved with the "--fullscreen" addition to my arguments.  Running beautifully now!
30
General / Re: Installing on Ubuntu - Frustrated
« Last post by pdumais on January 23, 2025, 02:53:35 PM »
Not a solution but I'm getting the same error on a system on which I already successfully compiled it. Difference is I was trying to recompile with curl installed this time. I get the same error if I attempt after uninstalling curl.
Pages: 1 2 [3] 4 5 ... 10