Difference between pspimport.s & pspstub.s?

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

Moderators: cheriff, TyRaNiD

Post Reply
KickinAezz
Posts: 328
Joined: Sun Jun 03, 2007 10:05 pm

Difference between pspimport.s & pspstub.s?

Post by KickinAezz »

I tried using search but no relevant results came up.

Both are used for imports.

Is one newer than other?

What's the difference between the two?
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

One is for static all or nothing import tables (when you link all the functions will be included whether you called them or not) the other is for partial imports which is used inside the SDK itself, you will only link in the ones you use and each entry contains some extra info which allow psp-fixup-imports to correct the import tables.
Post Reply