Search found 7 matches
- Tue Aug 11, 2009 12:52 am
- Forum: PSP Development
- Topic: How to access audio fro PSP GO! cam
- Replies: 3
- Views: 2298
- Mon Aug 10, 2009 10:53 pm
- Forum: PSP Development
- Topic: How to access audio fro PSP GO! cam
- Replies: 3
- Views: 2298
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
Anybody know how to access audio from psp go! camera? I want to write a simple dictaphone
- Tue Feb 24, 2009 1:42 am
- Forum: PSP Development
- Topic: Displaying image in SDL
- Replies: 4
- Views: 1753
- Mon Feb 23, 2009 9:31 am
- Forum: PSP Development
- Topic: Displaying image in SDL
- Replies: 4
- Views: 1753
- Mon Feb 23, 2009 9:22 am
- Forum: PSP Development
- Topic: Displaying image in SDL
- Replies: 4
- Views: 1753
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("Przykladowa aplikacja SDL", 0, 1, 1); PSP_HEAP_SIZE_KB(20480); PSP_MAIN_THREAD_...
- Mon Feb 16, 2009 5:20 pm
- Forum: PSP Development
- Topic: problem with libraries.sh from svn's psplibraries
- Replies: 2
- Views: 1196
- Mon Feb 16, 2009 8:58 am
- Forum: PSP Development
- Topic: problem with libraries.sh from svn's psplibraries
- Replies: 2
- Views: 1196
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...