forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Want to help out with pspsdk? I mean REALLY help out?
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Insert_witty_name



Joined: 10 May 2006
Posts: 376

PostPosted: Tue Apr 10, 2007 8:06 am    Post subject: Reply with quote

The sceGumScale bug has been fixed in the version I have (latest revision).

Hope that helps.
Back to top
View user's profile Send private message
PeterM



Joined: 31 Dec 2005
Posts: 125
Location: Edinburgh, UK

PostPosted: Tue Apr 10, 2007 8:26 am    Post subject: Reply with quote

Cool, thanks for the head's up.

Edit: I updated to the latest PSPSDK. That bug is indeed fixed.
_________________
http://aaiiee.wordpress.com/

I can no longer do any homebrew PSP development nor discuss PSP specific topics.
Back to top
View user's profile Send private message Visit poster's website
PeterM



Joined: 31 Dec 2005
Posts: 125
Location: Edinburgh, UK

PostPosted: Thu Apr 12, 2007 9:24 pm    Post subject: Reply with quote

I'd like to submit a patch to fix a bug in build.mak. The bug is where the rule to build $(PSP_EBOOT) actually builds EBOOT.PBP, not $(PSP_EBOOT). Hence if you override this variable, your EBOOT won't get built.

Here's the patch:

Code:
Index: C:/cygwin/home/Pete/pspsdk/src/base/build.mak
===================================================================
--- C:/cygwin/home/Pete/pspsdk/src/base/build.mak   (revision 2213)
+++ C:/cygwin/home/Pete/pspsdk/src/base/build.mak   (working copy)
@@ -175,13 +175,13 @@
 
 ifeq ($(BUILD_PRX),1)
 $(PSP_EBOOT): $(TARGET).prx $(PSP_EBOOT_SFO)
-   $(PACK_PBP) EBOOT.PBP $(PSP_EBOOT_SFO) $(PSP_EBOOT_ICON)  \
+   $(PACK_PBP) $(PSP_EBOOT) $(PSP_EBOOT_SFO) $(PSP_EBOOT_ICON)  \
       $(PSP_EBOOT_ICON1) $(PSP_EBOOT_UNKPNG) $(PSP_EBOOT_PIC1)  \
       $(PSP_EBOOT_SND0)  $(TARGET).prx $(PSP_EBOOT_PSAR)
 else
 $(PSP_EBOOT): $(TARGET).elf $(PSP_EBOOT_SFO)
    $(STRIP) $(TARGET).elf -o $(TARGET)_strip.elf
-   $(PACK_PBP) EBOOT.PBP $(PSP_EBOOT_SFO) $(PSP_EBOOT_ICON)  \
+   $(PACK_PBP) $(PSP_EBOOT) $(PSP_EBOOT_SFO) $(PSP_EBOOT_ICON)  \
       $(PSP_EBOOT_ICON1) $(PSP_EBOOT_UNKPNG) $(PSP_EBOOT_PIC1)  \
       $(PSP_EBOOT_SND0)  $(TARGET)_strip.elf $(PSP_EBOOT_PSAR)
    -rm -f $(TARGET)_strip.elf


Hopefully I've submitted this patch in the right way.
_________________
http://aaiiee.wordpress.com/

I can no longer do any homebrew PSP development nor discuss PSP specific topics.
Back to top
View user's profile Send private message Visit poster's website
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Fri Apr 13, 2007 6:04 am    Post subject: Reply with quote

Patched, thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group