@thewhite Got it working. Scanned with ARRM software and it added them. Works perfect now.
Best posts made by TheWhite
-
RE: Recalbox not showing wad files
Latest posts made by TheWhite
-
JOYSTICK NOT WORKING IN PPSSPP after first use
Hi,
Dragonrise joystick will not work after first use in ppsspp. Once you exit the game it changes the controls.ini from this
[ControlMapping]
An.Down = 1-39,10-4002
An.Left = 1-38,10-4001
An.Right = 1-40,10-4000
An.Up = 1-37,10-4003
Analog limiter = 1-60
Circle = 1-52,10-190
Cross = 1-54,10-189
Down = 1-20,10-20,10-4002
L = 1-45,10-194,10-193
Left = 1-21,10-21,10-4001
Pause = 1-111,10-4
R = 1-51,10-195,10-192
RapidFire = 1-59
Rewind = 1-67
Right = 1-22,10-22,10-4000
Select = 1-66,10-196
SpeedToggle = 1-68
Square = 1-29,10-191
Start = 1-62,10-197
Triangle = 1-47,10-188
Unthrottle = 1-61
Up = 1-19,10-19,10-4003The above joystick works in the games.
To this where joystick no longer works
[ControlMapping]
Circle = 10-190
Cross = 10-189
Down = 10-4002
L = 10-193
Left = 10-4001
Pause = 10-4
R = 10-192
Right = 10-4000
Select = 10-196
Square = 10-191
Start = 10-197
Triangle = 10-188
Up = 10-4003
[default]
An.Down = 1-39,10-4002
An.Left = 1-38,10-4001
An.Right = 1-40,10-4000
An.Up = 1-37,10-4003
Analog limiter = 1-60
Circle = 1-52,10-190
Cross = 1-54,10-189
Down = 1-20,10-20,10-4002
L = 1-45,10-194,10-193
Left = 1-21,10-21,10-4001
Pause = 1-111,10-4
R = 1-51,10-195,10-192
RapidFire = 1-59
Rewind = 1-67
Right = 1-22,10-22,10-4000
Select = 1-66,10-196
SpeedToggle = 1-68
Square = 1-29,10-191
Start = 1-62,10-197
Triangle = 1-47,10-188
Unthrottle = 1-61
Up = 1-19,10-19,10-4003Buttons continue to work but Joystick no longer works. Doing reset to factory then the joystick works again the one time until exit and go back in to game PPSSPP.
If using controller like xbox 360 /PS4 etc. all works fine.
Unable to edit control.ini as it gets rewritten to the non working text.
I have tried other USB controller boards and does the same.
-
RE: How to set main controller in PCSX2
@thewhite I have tried in the controller config in the PCSX2 menu but it does not stay at the highlighted controller once restarted.
-
How to set main controller in PCSX2
Hi,
The controller assignment works in Libretro PCSX2 but not for PCSX2 standalone which has much better performance. Is there away to set which controller is primary in PCSX2 standalone.
It always wants to use the Dragonrise controller board instead of the PS4 controller thanks.
Also PPSSPP always want to use the PS4 controller instead of the dragonrise controller which works well with the arcade controls.
-
RE: Recalbox not showing wad files
@thewhite Got it working. Scanned with ARRM software and it added them. Works perfect now.
-
Recalbox not showing wad files
Hi, Dolphin itself shows the wad games (WiiWare) and runs them with no issues (when in game press alt F4 and can manually start the game. But I am unable to get them to show in recalbox.
I have tried adding a systemlist.xml file with the .wad extension but that made no difference.
Something to add for future update as the Dolphin emulator and the games work.
-
Possible to play video on the main menu. Or animated Gif
Hi,
Has anybody been able to play a video on the main menu? Say I get it to start on Favorites and it plays a video there. Does not have to be full screen. Same as how it plays a video snap for the game view. Thanks.
-
RE: How to add system to main menu
@zing Ok great I changed the NAME to PSP as I read that it has to match one of the systems in the original es_systems or it will not launch. The games now launch. Now even though I set ti to use PPSSPP in the advanced menu I still have to manually change the emulator to PPSSPP for each game and then it launches?
-
How to add system to main menu
Hi,
I am trying to add PSP Mini to the main menu. I have added es_systems.cfg to
\\RECALBOX\share\system\.emulationstation
with the following:<?xml version="1.0"?> <systemList> <system> <name>pspminis</name> <fullname>PlayStation Portable Minis</fullname> <path>/recalbox/share/roms/pspminis</path> <extension>.iso .pbp .cso .ISO .PBP .CSO</extension> <command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY%</command> <platform>psp</platform> <theme>pspminis</theme> <emulators> <emulator name="ppsspp"> <cores> <core>ppsspp</core> </cores> </emulator> </emulators> </system> </systemList>
The system shows in the menu but the games will not load, they do work if I copy them into the PSP rom folder. I have to manually change the emulator to PPSSPP for it to try to start. But if goes back to the main screen. Also if I set it to PPSSPP from the main menu under emulator settings it does not change anything. I still have to manually edit the game to use PPSSPP
Also how do I put a main menu graphic for that system. Currently only shows the text. Thank you.
I searched for several hours and cannot find a clear answer on how the es_system.cfg should be written out for Recalbox 7.2.2 as from my understanding you cannot change the file under share_init. You have to make a new file and add new entry under
\\RECALBOX\share\system\.emulationstation