Search found 7 matches

by plysek
Tue Aug 11, 2009 12:52 am
Forum: PSP Development
Topic: How to access audio fro PSP GO! cam
Replies: 3
Views: 2155

i am installing it right now it should be ready in couple hours. Where do i search for it?
by plysek
Mon Aug 10, 2009 10:53 pm
Forum: PSP Development
Topic: How to access audio fro PSP GO! cam
Replies: 3
Views: 2155

How to access audio fro PSP GO! cam

Hi.

Anybody know how to access audio from psp go! camera? I want to write a simple dictaphone
by plysek
Tue Feb 24, 2009 1:42 am
Forum: PSP Development
Topic: Displaying image in SDL
Replies: 4
Views: 1702

it doesnt work on my psp, i have 5.0m33-3 slim it says with v1.0 "The game could not be started" and with v1.5 and v1.5_nocorrupt it is corrupted data.
by plysek
Mon Feb 23, 2009 9:31 am
Forum: PSP Development
Topic: Displaying image in SDL
Replies: 4
Views: 1702

hmm i forgot to init the video, but still it doesnt show the image...
ekhm ok i did now the SDL_BlitSurface( image, NULL, screen, &src);
and it works! but he problem that it waits a moment with the image displayed and then psp power off automaticly, and i can even push home to exit, why is that?
by plysek
Mon Feb 23, 2009 9:22 am
Forum: PSP Development
Topic: Displaying image in SDL
Replies: 4
Views: 1702

Displaying image in SDL

This simple program should display an image: #include <SDL/SDL.h> #include <pspdebug.h> #include <pspkernel.h> #define SCREEN_WIDTH 480 #define SCREEN_HEIGHT 272 PSP_MODULE_INFO&#40;"Przykladowa aplikacja SDL", 0, 1, 1&#41;; PSP_HEAP_SIZE_KB&#40;20480&#41;; PSP_MAIN_THREAD_...
by plysek
Mon Feb 16, 2009 5:20 pm
Forum: PSP Development
Topic: problem with libraries.sh from svn's psplibraries
Replies: 2
Views: 1145

ok it works, thanks... now with pspirkey... maybe the source is broken.

EDIT:
ok i fixed it, i copyied kubridge.h and libpspkubridge.a from 400M33-2.rar from psp-hacks.
by plysek
Mon Feb 16, 2009 8:58 am
Forum: PSP Development
Topic: problem with libraries.sh from svn's psplibraries
Replies: 2
Views: 1145

problem with libraries.sh from svn's psplibraries

Hi. I'm new in programming, and i decided to start with psp. I tried to compile my libraries but im stuck on that error -> checking for gfortran... gfortran configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this conf...