Problem with 8gb MS

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Problem with 8gb MS

Post by sakya »

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: Select all

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
PSPJunkie
Posts: 14
Joined: Tue Jan 23, 2007 12:55 pm
Location: Jersey
Contact:

Post by PSPJunkie »

You need theses lines in your makefile:

Code: Select all

PSP_FIRMWARE_VERSION = 200
BUILD_PRX = 1
Post Reply