Search found 51 matches

by pspwill
Tue Aug 11, 2009 7:36 am
Forum: PSP Development
Topic: Detect MS Access
Replies: 5
Views: 2257

Re: Detect MS Access

slasher2661996 wrote: Hook it, and then make your function like this:

Code: Select all

int HookedFunction(param 1, param 2)
{
//Your code here
sceIoWrite();
}
I know how to hook the functions I was just wondering if there was a better way to do it.
by pspwill
Tue Aug 11, 2009 1:22 am
Forum: PSP Development
Topic: Detect MS Access
Replies: 5
Views: 2257

Detect MS Access

Does anyone know of any ways i can detect when is being accessed? I have thought that maybe i could hook the sceIoRead/Write functions but am concerned that could get a little messy. Any other ways?

Thanks, Will
by pspwill
Mon Jun 15, 2009 9:32 pm
Forum: PSP Development
Topic: SDL and SceGu examples?
Replies: 6
Views: 1804

I remember an app from the early days named Fake Updater. I believe this was one of DA's first apps for the PSP and if i remember correctly it used SDL and utility message dialogs and the source code was included with it.. I'm sure you could still find somewhere.
by pspwill
Tue Feb 03, 2009 8:06 pm
Forum: PSP Development
Topic: kxpoit patcher
Replies: 4
Views: 1908

no i found the one in RAM but it is probably the same thing as the permanent patch just flashes a systemctrl module. If the permanent patcher source is out there though i would like it.
by pspwill
Tue Feb 03, 2009 10:54 am
Forum: PSP Development
Topic: kxpoit patcher
Replies: 4
Views: 1908

No im not talking about that but i found what im looking for.
by pspwill
Tue Feb 03, 2009 4:26 am
Forum: PSP Development
Topic: kxpoit patcher
Replies: 4
Views: 1908

kxpoit patcher

Was the source code for the permanent kxploit patcher ever released?
by pspwill
Fri Jan 30, 2009 5:34 am
Forum: PSP Development
Topic: Need some help on porting wget on psp
Replies: 4
Views: 2060

Why not use libcurl for your project? Its already ported and in the SVN here: svn://svn.ps2dev.org/pspware/trunk/libcurl
by pspwill
Thu Jan 15, 2009 3:27 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 301152

the compiled sample that is included with vlf 1.0 does not work on my psp. im using 1.5 on Time Machine if that makes any difference. *EDIT* Also i have noticed that when i load it from the XMB the PSP does its normal crash response and turns off but when i load it using PSPLink no exception is gene...
by pspwill
Wed Jan 14, 2009 7:54 pm
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 301152

Im not using any checkboxes. Every time i create an event handler my code crashes, it also crashes when i try to set the progress of a progress bar.
by pspwill
Tue Jan 13, 2009 10:02 am
Forum: PSP Development
Topic: dc v6 graphics
Replies: 241
Views: 301152

Is this the correct way to do an event handler?

Code: Select all

vlfGuiAddEventHandler(PSP_CTRL_CROSS, 0, TestFunc, NULL);
When i do this in PSPLink i get an exception. Im using this on 1.5 withour custom firmware could that be the problem?
by pspwill
Wed Jan 07, 2009 9:19 am
Forum: PSP Development
Topic: Sysconf adress
Replies: 8
Views: 2774

no i wanted the code for 1.50 or the nid of the function for 1.50
by pspwill
Tue Jan 06, 2009 10:07 am
Forum: PSP Development
Topic: Sysconf adress
Replies: 8
Views: 2774

Is there any sample code for doing this on say 1.5?
by pspwill
Tue Dec 30, 2008 6:35 am
Forum: PSP Development
Topic: Registry Variable and Directory
Replies: 4
Views: 1739

Is there anyway to create a new directory in the registry?
by pspwill
Fri Jul 18, 2008 12:48 am
Forum: PSP Development
Topic: Battery function prototypes
Replies: 1
Views: 1180

Battery function prototypes

Does anyone have a header file with the prototypes for sceSysconBatteryReadNVM and sceSysconBatteryWriteNVM?
by pspwill
Fri Jan 04, 2008 9:29 am
Forum: PSP Development
Topic: Tyranid, Could you upload the original presentation?
Replies: 8
Views: 3317

You can get it from the 24C3 website here
by pspwill
Mon Dec 31, 2007 11:21 pm
Forum: PSP Development
Topic: dotOS yearly progression
Replies: 120
Views: 87980

Still waiting anxiously for this, cant wait for it to be released.
by pspwill
Sat Dec 22, 2007 8:14 am
Forum: PSP Development
Topic: dotOS yearly progression
Replies: 120
Views: 87980

So i take it he didnt meet the deadline then?
by pspwill
Sun Jul 29, 2007 3:23 am
Forum: PSP Development
Topic: Startup from nothing, Ubuntu + PSP devkit. HELP!
Replies: 6
Views: 2577

I added the environment variables to /etc/environment on mine and then ran toolchain-sudo.sh and everything worked fine for me.
by pspwill
Thu May 17, 2007 3:28 am
Forum: PSP Development
Topic: Porting Xmoto,need help
Replies: 2
Views: 1249

ODE has already been porated to the PSP by Anonymous Tipster, im pretty sure its on the svn.
by pspwill
Sun May 13, 2007 8:20 pm
Forum: PSP Development
Topic: PSPLINK
Replies: 313
Views: 268431

After watching the Breakpoint 07 videos i wanted to try out the Remotejoy application but i cant get the PC side to compile. It complains about some undefined references. Is there a fix for this?

Thanks, Will
by pspwill
Wed Apr 18, 2007 6:53 am
Forum: PSP Development
Topic: I'm working on Quake again, requesting some advice
Replies: 137
Views: 59185

Well, they seem to have disappeared off the internet, guess that tells you something about the character of GPL violators. ... No they haven't, they still post on this very forum. As far as I'm aware, all what happened was that their domain expired... Having said that, last I heard was that it wasn...
by pspwill
Mon Mar 19, 2007 12:42 am
Forum: PSP Development
Topic: flash USB connection
Replies: 16
Views: 8669

To assign flash0:/ to usb you need to create a new driver for it using the sceIoDrv functions. Theres an example of this in the mph fw launcher source.
by pspwill
Sun Feb 04, 2007 3:56 am
Forum: PSP Development
Topic: psp sdk 3.02 / 3.03 oe-a
Replies: 4
Views: 2316

*Edit* nm forget it.
by pspwill
Tue Jan 30, 2007 7:30 am
Forum: PSP Development
Topic: 4th brightness level...
Replies: 7
Views: 3378

You have to stub the function in sceDisplay.S and recompile the display lib.
by pspwill
Wed Jan 24, 2007 4:20 am
Forum: PSP Development
Topic: dotOS yearly progression
Replies: 120
Views: 87980

This is extremely interesting. Not only does it look nice it also is a VSH replacement?!!
by pspwill
Sat Jan 06, 2007 7:38 am
Forum: PSP Development
Topic: Compiling SDL
Replies: 4
Views: 1731

Code: Select all

William@william-346e6cd ~/SDL
$ make
make: *** No targets specified and no makefile found.  Stop.
Nope.
by pspwill
Sat Jan 06, 2007 6:59 am
Forum: PSP Development
Topic: Compiling SDL
Replies: 4
Views: 1731

Compiling SDL

SDL wont compile for me, everytime i get to the configure part and i get this

Code: Select all

configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
Help?
by pspwill
Sat Jan 06, 2007 6:09 am
Forum: PSP Development
Topic: Strange libpng errors
Replies: 3
Views: 1830

Im not missing zlib but i dont know about libm.
by pspwill
Fri Jan 05, 2007 2:35 am
Forum: PSP Development
Topic: Strange libpng errors
Replies: 3
Views: 1830

Strange libpng errors

For some reason my libpng is broken and any programs that use will now no longer compile. It just started doing it randomly this morning. Re-installing it makes no difference. The error i get /usr/local/pspdev/lib/gcc/psp/4.0.2/../../../../psp/lib/libpng.a(png.o): In func tio...
by pspwill
Wed Jan 03, 2007 10:46 pm
Forum: PSP Development
Topic: Trouble compiling the decrypt sample...
Replies: 8
Views: 3756

Didnt the savedata samples only work on 2.X under eloader?