PlayStation Portable (or PSP) is a portable console device created and developed by Sony.
Questions tagged [playstation-portable]
14 questions
26
votes
0 answers
How to create a Playstation Portable (PSP) Homebrew App
I'm having some trouble starting out with PSP Homebrew. I purchased a PSP 1001 model and successfully hacked it, but I'm having some trouble getting some information about how to start out creating a custom homebrew app.
I want to create an app…

Chris Hobbs
- 745
- 2
- 9
- 27
18
votes
7 answers
C Image Library
Can anyone recommend a decent C image library?
I'm after loaders for bmp, gif, jpg, png and tga.
I want to use this for programming my Sony Playstation Portable, so opensource would be very handy.
After some googleing I've found FreeImage and CImg,…

thing2k
- 608
- 1
- 7
- 16
6
votes
2 answers
Indie development for Sony PSP?
I was wondering if there are some PSP programmers here that could share their opinions with me. I'm an iPhone/iPod indie game dev right now ( I also develop non game apps , but I really love games ). The Apple App store is really crowded, so for an…

Goles
- 11,599
- 22
- 79
- 140
4
votes
4 answers
Calculate vertices of a circle
I am having a simple program, it draws a circle :/
This works fine...
for (k = 1; k < n+1+1; k++){
vertices[k].color = GU_COLOR( 0.0f, 0.0f, 1.0f, 0.0f );
vertices[k].x = cos_d( 360 - ((k-1) * dstep) );
vertices[k].y = sin_d( 360 - ((k-1) *…

jex
- 643
- 1
- 8
- 9
4
votes
1 answer
2
votes
4 answers
Help on Porting a SIP library to PSP
I'm currently trying to port a SIP stack library (pjSIP) to the PSP Console (using the PSPSDK toolchain), but I'm having too much trouble with the makefiles (making the proper changes and solving linking issues).
Does anyone know a good text, book…

fabiopedrosa
- 2,521
- 7
- 29
- 42
2
votes
4 answers
has anyone tried designing a webpage for psp?
I'm trying to make a personal bible for my psp
(I tried googling but the only bible version I've seen on my skimming is on KJV and I'm trying to make mine have 3 versions namely TNIV, NLT and Amplified Bible)
So my only solution was to make on for…

lock
- 6,404
- 18
- 58
- 76
1
vote
9 answers
GUI system development resources?
Could someone recommend any good resources for creating Graphics User Interfaces, preferably in C/C++?
Currently my biggest influence is 3DBuzz.com's C++/OpenGL VTMs (Video Training Modules). While they are very good, they cover a large area of…

thing2k
- 608
- 1
- 7
- 16
0
votes
1 answer
Collision problems with OSlib for psp in C++
Im using oslib with the pspsdk toolchain and for some reason this doesnt work the way I think it would
float spritewidth = sprite->stretchX;
float spriteheight = sprite->stretchY;
float bushwidth = bush->stretchX;
float bushheight =…

Chris Stryker
- 1,058
- 2
- 10
- 18
0
votes
0 answers
EVP AES Encryption on PSP
I am trying to make a MMORPG for PSP and I will be encrypting al data sent over the network in some form. I have chosen AES for this.
I have this code:
int encrypt(unsigned char *plaintext, int plaintext_len, unsigned char *key, unsigned char *iv,…

chris9606
- 1
- 1
0
votes
1 answer
How to make a lua app for PSP?
I am trying to use Luaplayer HM v2 on my PSP, but I am unable to make a simple Helo World app.
I have tried a lot of thing's but it simply doesn't work.
All tutorials, app that I found are for LuaPLayer, I cannot find anything for Luaplayer HM…

Aaron de Windt
- 16,794
- 13
- 47
- 62
0
votes
1 answer
controlling an arduino with psp
I have the arduino mega and the old fat PSP. I'd like to use the PSP as a wireless controller using Serial. Does anyone has any experience with this? I tried searching online but in vain.
All I found was a couple of videos dating 2009-2010 that only…

mabdrabo
- 1,050
- 21
- 35
-1
votes
2 answers
Loading image into an array
How would I load certain images into an array set like
Map = ( ( 1, 1, 1 ), ( 2, 2, 2 ), ( 3, 3, 3 ) )
I can put
images into variables like so
one = oslLoadImageFile("one.png", OSL_IN_RAM, OSL_PF_5551);
so whould I be able to do something like Map…

Chris Stryker
- 1,058
- 2
- 10
- 18
-1
votes
1 answer
Is it required to use Unity for Playstation Mobile
I'm trying to develop for Playstation Mobile on the PS Vita.
I searched for the Playstation Mobile Suite Developer assistant.
PSM for Unity is the only items that came up. As I don't want to use Unity, I tried to find just regular PSM.
Luckily I…

Nick Turner
- 927
- 1
- 11
- 21