| View previous topic :: View next topic |
| Author |
Message |
sakya
Joined: 28 Apr 2006 Posts: 190
|
Posted: Thu Aug 30, 2007 9:03 pm Post subject: Problem with 8gb MS |
|
|
Hi! :)
A program I wrote doesen't work with 8 gb MS (I'm on cf 3.52M33 - 4).
It's surely because it's a 1.00 eboot (compiled with make).
How can I compile it to work in GAME352 directory and working with a 8 gb MS?
I tried with
| Code: | | PSP_FW_VERSION = 200 |
in the makefile but the program crash and exits if I put it in PSP/GAME352
Is there a way to make it work?
Many thanks :)
Ciaooo
Sakya |
|
| Back to top |
|
 |
PSPJunkie
Joined: 23 Jan 2007 Posts: 14 Location: Jersey
|
Posted: Fri Aug 31, 2007 4:17 am Post subject: |
|
|
You need theses lines in your makefile:
| Code: |
PSP_FIRMWARE_VERSION = 200
BUILD_PRX = 1
|
|
|
| Back to top |
|
 |
|