Search found 7 matches

by Highsight
Sun Sep 16, 2007 11:58 am
Forum: PSP Development
Topic: dosbox
Replies: 698
Views: 625551

Actually, CrazyC, I just tried the PDA PSP app. I found the keyboard lags JUST as bad. However, it looks like any app that utilizes the piKey plugin has no lag whatsoever. (like AFKIM) Is a future utilization of the piKey plugin possible?
by Highsight
Sat Sep 15, 2007 9:50 am
Forum: PSP Development
Topic: dosbox
Replies: 698
Views: 625551

Well, it may just be the precompiled version I got (I couldn't compile it myself, stupid me XD). Because I noticed something else that was weird. The buttons on the PSP sometimes doesn't correspond with the emulator, I may have to even press it twice before something happens. Is that normal?
by Highsight
Sat Sep 15, 2007 9:33 am
Forum: PSP Development
Topic: dosbox
Replies: 698
Views: 625551

Hi CrazyC, I just wanted to say, I LOVE this emulator. I actually bought a TARGUS Keyboard just to use it (came in today ^_^). However, I can confirm what the others are saying, there is definatly a keyboard lag with the TARGUS. :/ It seems like it accepts every different key input about a second in...
by Highsight
Wed Dec 13, 2006 8:40 am
Forum: PSP Development
Topic: Cannot find build.mak
Replies: 7
Views: 2919

Don't set PSPSDK in your shell. Use psp-config in your makefile, like all of the samples do. Try cd /usr/local/pspdev/sdk/samples/power make and if that doesn't work, paste the full output and the output of echo ..$PSPSDK.. and psp-config --pspsdk-path It did not work, so here is those outputs. $ e...
by Highsight
Tue Dec 12, 2006 10:44 am
Forum: PSP Development
Topic: Cannot find build.mak
Replies: 7
Views: 2919

Already did. This is EXACLY what it says:
/psp/sdk/lib/build.mak: No such file or directory
/psp/sdk/lib/build.mak'. Stop.t 'usr/local/pspdev
by Highsight
Mon Dec 11, 2006 12:35 pm
Forum: PSP Development
Topic: Cannot find build.mak
Replies: 7
Views: 2919

It already has been.

@echo off

C:
chdir C:\cygwin\bin

set path=%path%;C:/cygwin/usr/local/pspdev/bin
set PSPSDK=C:/cygwin/usr/local/pspdev

bash --login -i


It still doesn't work. :/
by Highsight
Fri Dec 08, 2006 10:23 am
Forum: PSP Development
Topic: Cannot find build.mak
Replies: 7
Views: 2919

Cannot find build.mak

In an attempt to fix some previous problems, I tried to update and reinstall the psptoolchain, but now, whenever I try to make a file, it says /psp/sdk/lib/build.mak: No such file or directory /psp/sdk/lib/build.mak'. Stop.t 'usr/local/pspdev I checked the directory, and I see build.mak right where ...