PDA

View Full Version : What exactly is a makefile, and how do I create one?



Festizzio
February 25th, 2006, 01:09
I'm trying to use one of my Eboots through PSPE, but the program closes a split second after it opens. I've tried putting the EBOOT in the correct directory, I've tried dragging & dropping, and I don't know what else to do. Any advice?

yaustar
February 27th, 2006, 18:32
Check if a eBoot that you know works first and see what happens. If it runs then there is a runtime/logic bug in your code. If it doesn't then there is something wrong with the emulator and you should try running your eBoot on an actual PSP.

Festizzio
February 28th, 2006, 00:19
Check if a eBoot that you know works first and see what happens. If it runs then there is a runtime/logic bug in your code. If it doesn't then there is something wrong with the emulator and you should try running your eBoot on an actual PSP.
Well, I tried blackjack, and it worked, so it's something wrong with my eboot, but I don't have the slightest clue what it is. :confused: Also, I can't test it with a real PSP, because I don't have one atm.

yaustar
February 28th, 2006, 08:04
Check the logic of your code eg: Is your game loop exiting before it should?