Search found 8 matches
- Wed May 31, 2006 9:40 pm
- Forum: PSP Development
- Topic: battery update problem
- Replies: 2
- Views: 1489
- Wed May 31, 2006 4:03 am
- Forum: PSP Development
- Topic: battery update problem
- Replies: 2
- Views: 1489
battery update problem
Hi, I'm currently adding some battery indication in my program, what I want to be shown is the battery level (indicated with an image), and how long the battery will last. To do this I have written two procedures (or whatever they are called in C): void drukBatterijTijd() { ...
- Thu May 25, 2006 6:56 pm
- Forum: PSP Development
- Topic: screen flickering
- Replies: 7
- Views: 2516
- Thu May 25, 2006 12:47 am
- Forum: PSP Development
- Topic: screen flickering
- Replies: 7
- Views: 2516
- Thu May 25, 2006 12:20 am
- Forum: PSP Development
- Topic: screen flickering
- Replies: 7
- Views: 2516
screen flickering
Hi, I am currently updating my program to use background images instead of just plain rectangles filled with a certain color. I'm no psp expert on this, so I kept it simple for starters, the next piece of code just figures out what game mode the player wants, before the loop, an image is loaded and ...
- Tue Jan 31, 2006 12:35 am
- Forum: PSP Development
- Topic: Psp Media center source?
- Replies: 0
- Views: 791
Psp Media center source?
Hi all, does anyone remember psp media center? a homebrew program which was able to play .OGG music (and others, but that's the one I'm interested in), now, I have used this program, but stopped because it had too little functionality (random music selection, no gui,...), so I went looking for some ...
- Tue Jan 24, 2006 5:51 am
- Forum: PSP Development
- Topic: PMM: Portable MasterMind
- Replies: 3
- Views: 1747
- Tue Jan 24, 2006 3:21 am
- Forum: PSP Development
- Topic: PMM: Portable MasterMind
- Replies: 3
- Views: 1747
PMM: Portable MasterMind
This is my first homebrew attempt, it's a simple game, but not so easy to win. The goal is simple, you have to find out what the secret code is. Using left and right on your analog pad, you select the circle. Using up and down you change the cirle's color. If you are satisfied with the colors of the...