Search found 2 matches
- Mon Jun 25, 2007 12:07 pm
- Forum: PSP Development
- Topic: New Homebrew Programmer.... images
- Replies: 3
- Views: 1878
Testing it...
the 0,0 positioning was when i commented everything out and just left the image draw in the code, but that had the same results. There is other code defined for when the HOME button is selected so that handles correctly if i was to press HOME, YES, to exit. And I already have module info defined but...
- Mon Jun 25, 2007 1:46 am
- Forum: PSP Development
- Topic: New Homebrew Programmer.... images
- Replies: 3
- Views: 1878
New Homebrew Programmer.... images
int main() { char buffer[200]; Image* ourImage; sprintf(buffer, "ourImage.png"); ourImage = loadImage(buffer); if (!ourImage) { //Image load failed printf("Image load failed!\n&q...