Search found 5 matches

by polomint
Mon May 22, 2006 9:15 pm
Forum: PSP Development
Topic: How to play avi/mp4 etc, programmatically
Replies: 14
Views: 5746

Ta. :)
by polomint
Mon May 22, 2006 7:21 pm
Forum: PSP Development
Topic: How to play avi/mp4 etc, programmatically
Replies: 14
Views: 5746

you can use PMPMod, but there are some consequences: - release your work under GPL licence - your executables size will raise of about 2MB - works only on fw 1.5 Thanks for that, I'll have to take a look at it. i'm not too bothered about filesize as there may be quite a chunk of audio/video in my g...
by polomint
Tue May 02, 2006 9:57 pm
Forum: PSP Development
Topic: Someone Please help me
Replies: 6
Views: 2783

I tried installing the ToolChain and skipped one tiny bit coz I thought that I knew better. Doh!!!!
Retried following the instructions to the letter, and everything worked sweet, :)
Even updating the chain works great for me now, lol

MORAL: FOLLOW THE INSTRUCTIONS TO THE LETTER....
by polomint
Tue May 02, 2006 4:05 am
Forum: PSP Development
Topic: How to play avi/mp4 etc, programmatically
Replies: 14
Views: 5746

How to play avi/mp4 etc, programmatically

Hi, I'm working on a PSP version of 'Deal or No Deal', but would like to have a video intro for it. Is there a way to play video files through my own code? If anyone wants to know what 'Deal or No Deal' is then take a look at http://www.channel4.com/deal It's the UK version of a US show. Thanks in a...
by polomint
Sat Apr 01, 2006 6:52 pm
Forum: PSP Development
Topic: retrieving nickname
Replies: 5
Views: 2284

Why not use summat like this instead. it returns true if the nick is correct. // check_nick will return true if name is correct bool check_nick(char* nick) { char namebuffer[50]; sceUtilityGetSystemParamString(PSP_SYSTEMPARAM_ID_STRING_NICKNAME, nameb...