Search found 8 matches
- Tue May 22, 2007 6:17 am
- Forum: PSP Development
- Topic: Sound loading problems (OGG format)
- Replies: 0
- Views: 1196
Sound loading problems (OGG format)
I'm trying to find a solution for a problem my team is encountering with sound. Rather than go through the previous methods we've tried, I'll just leave it open. Problem: Dual layer audio (BGM and foreground SFX) Format: OGG Summary: Our goal is to have a simplified system where we have an object th...
- Sat May 20, 2006 1:20 am
- Forum: PSP Development
- Topic: Compiler has an issue with strings
- Replies: 7
- Views: 2436
oh...my...god.... After spending four days rearranging code, and recompiling...you're telling me my problem was the file extension? [puts on n00b cap, draws a circle on the chalk board and put nose in it] I was using main.c, and I'm kicking myself, since I had changed the extension to .cpp earlier, ...
- Fri May 19, 2006 12:22 pm
- Forum: PSP Development
- Topic: Compiler has an issue with strings
- Replies: 7
- Views: 2436
- Fri May 19, 2006 9:51 am
- Forum: PSP Development
- Topic: Compiler has an issue with strings
- Replies: 7
- Views: 2436
- Fri May 19, 2006 9:47 am
- Forum: PSP Development
- Topic: Compiler has an issue with strings
- Replies: 7
- Views: 2436
Compiler has an issue with strings
I've been trying for days to get my script to compile using a simple string, but but simply refuses to. I've run it by several veteran coders, and referenced it against many websites, but everyone said it looks like it should compile. Any help is greatly appreciated. #include <pspkernel.h> #include ...
- Thu May 11, 2006 2:17 am
- Forum: PSP Development
- Topic: Help outputting the system clock
- Replies: 7
- Views: 2899
- Wed May 10, 2006 10:16 pm
- Forum: PSP Development
- Topic: Help outputting the system clock
- Replies: 7
- Views: 2899
- Wed May 10, 2006 10:36 am
- Forum: PSP Development
- Topic: Help outputting the system clock
- Replies: 7
- Views: 2899
Help outputting the system clock
I'm having trouble getting the methods in psprtc.h to cooperate. Could anybody give me an example of how to retreive the values of the system clock, and cast them from U16s to INTs? The code i'm trying now is pspTime *time; sceRtcGetCurrentClockLocalTime(*time); printf("...