Thread
:
CPS2 emulator for N900
View Single Post
ivgalvez
2010-10-27 , 15:41
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#
117
I did it yesterday but couldn't post due to the connectivity problems at TMO.
I have tested the new package and still see the same errors as in 0.4 while installing.
Inspecting the package I can see that you are trying to cp some files directly to the location /home/user/MyDocs/ROMs/CPS2. If the folder doesn't exist there will be the error I reported in my latest post.
Just try to put this command in the package:
Code:
if [ ! -f /home/user/MyDocs/ROMs ]; then mkdir -p /home/user/MyDocs/ROMs/CPS2; fi
Just before the "cp" command.
What I can't see is where that Wesnoth message came from... have to check if it's a problem with my system.
For those that had problems trying to install, simply be sure that the folder exists before installing.
Regarding the emulator, I have only tested D&D TOD and works like a charm. I'll try to find some time to test more games, does it support CPS1 games?
What I really miss now is the ability to change keyboard configuration, even if this has to be done by manually editing I file so I could use it with my GameGripper.
Take a look at Javispedro GUI for PicoDrive, this could be helpful for implement new features in the future.
Keep working!!
Quote & Reply
|
The Following 4 Users Say Thank You to ivgalvez For This Useful Post:
Anunakin
,
cddiede
,
LucianoBraga
,
purceywise
ivgalvez
View Public Profile
Send a private message to ivgalvez
Find all posts by ivgalvez