Search found 38 matches
- Wed Jul 22, 2009 9:12 pm
- Forum: PSP Development
- Topic: Poly Count for the PSP
- Replies: 8
- Views: 3378
- Wed May 20, 2009 11:17 am
- Forum: PSP Development
- Topic: Zip Extraction
- Replies: 8
- Views: 3148
i did this once by accident it was a pointer problem dont rember if it was like this or what but i was writting a pointer instead of the data to the pointer or vice versa make sure you have all the info correct with pointers because the size of a pointer i believe is 4 bytes Yeah its allocating the...
- Tue May 19, 2009 6:32 pm
- Forum: PSP Development
- Topic: Zip Extraction
- Replies: 8
- Views: 3148
- Sun May 17, 2009 2:20 pm
- Forum: PSP Development
- Topic: Zip Extraction
- Replies: 8
- Views: 3148
Zip Extraction
Anybody have a source code example on extracting zip files?
- Sun Apr 12, 2009 4:03 pm
- Forum: PSP Development
- Topic: help with my Menu
- Replies: 5
- Views: 1849
You need to discover the magic of simple arrays and for-next loops :) Its not hard to pick up I was doing this kind of stuff in grade 7... It may not seem like it but it's easier to learn the basics than program like that. XD Here's a more proper way to do it: http://www.mediafire.com/download.php?x...
- Tue Apr 07, 2009 2:21 pm
- Forum: PSP Development
- Topic: how to get power from psp?
- Replies: 5
- Views: 2397
- Mon Mar 23, 2009 2:07 pm
- Forum: PSP Development
- Topic: how to get power from psp?
- Replies: 5
- Views: 2397
He asking for a command to activate his device power. No really..? *rolls eyes* l beleive it's one click from the link I posted. The full source for the PRX. So don't be so quick to flame the help you idiot.. #include <pspsdk.h> #include <pspdisplay.h> #include <pspuser.h> #include <pspctrl.h> #inc...
- Sat Mar 21, 2009 9:55 am
- Forum: PSP Development
- Topic: how to get power from psp?
- Replies: 5
- Views: 2397
It's a bit old but I got someone to make a PRX Plugin to enable the power using L+R in the XMB way back.
Not sure if it works with current firmwares...
https://lan.st/showpost.php?p=5815&postcount=18
Not sure if it works with current firmwares...
https://lan.st/showpost.php?p=5815&postcount=18
- Tue Mar 17, 2009 12:41 pm
- Forum: PSP Development
- Topic: How can I make 3D apps?
- Replies: 3
- Views: 1760
- Wed Feb 04, 2009 3:20 am
- Forum: PSP Development
- Topic: [PRX] How to print text over the XMB?
- Replies: 15
- Views: 6856
If you have trouble finding it like I did at first:
http://powermgrprx.googlecode.com/svn/trunk/contrib/
Now this can be Locked :)
http://powermgrprx.googlecode.com/svn/trunk/contrib/
Now this can be Locked :)
- Wed Jan 07, 2009 6:21 am
- Forum: PSP Development
- Topic: Coding Exploits
- Replies: 14
- Views: 6038
Google for GTA Exploit Source. idk why you want to do this, sony already patch the save game exploit after 3.5X, so its useless. For a quicker look, search on psp-hacks.com download page for Development. Well then its a good thing i'm looking into the GripShift Exploit and NOT GTA.... *rolls eyes* ...
- Mon Jan 05, 2009 5:44 am
- Forum: PSP Development
- Topic: Coding Exploits
- Replies: 14
- Views: 6038
Coding Exploits
Can anyone give a short explanation/tutorial on how inject code into a save game file? Sorry for the noobish question.
- Fri Dec 26, 2008 6:41 am
- Forum: PSP Development
- Topic: HTMLViewer in Homebrew
- Replies: 16
- Views: 7446
- Tue Dec 09, 2008 3:01 pm
- Forum: PSP Development
- Topic: HTMLViewer in Homebrew
- Replies: 16
- Views: 7446
- Thu Dec 04, 2008 9:00 am
- Forum: PSP Development
- Topic: [triEngine] How to remove a particle system ?
- Replies: 3
- Views: 2315
- Wed Nov 26, 2008 4:18 pm
- Forum: PSP Development
- Topic: Need To Make Brain Surgeon Game
- Replies: 4
- Views: 2730
- Wed Oct 15, 2008 1:56 pm
- Forum: PSP Development
- Topic: Shocking News
- Replies: 23
- Views: 15577
- Sun Oct 12, 2008 3:27 pm
- Forum: PSP Development
- Topic: Fastest Config Read/Write
- Replies: 3
- Views: 1892
- Sat Oct 11, 2008 4:54 pm
- Forum: PSP Development
- Topic: Fastest Config Read/Write
- Replies: 3
- Views: 1892
Fastest Config Read/Write
What is the fastest way to read/write the values from/to a configuration file? I am currently using DAX's code from the 1.50 POC and it's incredibly slow. Something that uses the same configuration file formating would be nice :)
- Fri Oct 10, 2008 12:45 pm
- Forum: PSP Development
- Topic: EBOOT Title
- Replies: 18
- Views: 11504
- Thu Oct 09, 2008 9:29 am
- Forum: PSP Development
- Topic: EBOOT Title
- Replies: 18
- Views: 11504
- Wed Oct 08, 2008 4:04 pm
- Forum: PSP Development
- Topic: EBOOT Title
- Replies: 18
- Views: 11504
- Wed Oct 08, 2008 10:07 am
- Forum: PSP Development
- Topic: EBOOT Title
- Replies: 18
- Views: 11504
- Tue Oct 07, 2008 8:23 am
- Forum: PSP Development
- Topic: EBOOT Title
- Replies: 18
- Views: 11504
It's not compressed, all the files in the pbp are just joined together. Unpack.. unjoin.. whatever I still need to do it...? Ooblik, cau you post the code for get the ICON0.PNG data? Can you post code to get Title data? :D Here you go... Remember most of the code is NOT mine just modified by me. Th...
- Mon Oct 06, 2008 5:42 pm
- Forum: PSP Development
- Topic: EBOOT Title
- Replies: 18
- Views: 11504
- Mon Oct 06, 2008 11:41 am
- Forum: PSP Development
- Topic: EBOOT Title
- Replies: 18
- Views: 11504
EBOOT Title
Does anyone know how to get the EBOOT Title from an EBOOT. I've searched and found code to get the ICON0.PNG and modified it to load the image into memory and display with a modded graphics.h but I cannot figure out how to get the title. Preferably a way without having to decompress and parse the PA...
- Fri Oct 03, 2008 11:05 am
- Forum: PSP Development
- Topic: Searching In Lines
- Replies: 12
- Views: 4181
- Sat Aug 23, 2008 8:45 am
- Forum: PSP Development
- Topic: [RELEASE] OoblikXMB v0.3 Beta
- Replies: 3
- Views: 4132
- Fri Aug 22, 2008 4:31 pm
- Forum: PSP Development
- Topic: [RELEASE] OoblikXMB v0.3 Beta
- Replies: 3
- Views: 4132
[RELEASE] OoblikXMB v0.3 Beta
http://tim.esatsaatci.com/OBXMB/logo.png OoblikXMB v0.3 Beta By: Ooblik http://tim.esatsaatci.com/OBXMB/OoblikXMBScreen.png This a XMB replacement project for the PSP. Currenty Only Tested on PSP Slim 4.01 M33-2 So far everything is visually customizable. Check Config.cfg and Skin.cfg in the Skins/...
- Fri Aug 15, 2008 11:23 pm
- Forum: PSP Development
- Topic: [RELEASE] OoblikXMB v0.2 Beta (Preview)
- Replies: 7
- Views: 3746