| View previous topic :: View next topic |
| Author |
Message |
KickinAezz
Joined: 03 Jun 2007 Posts: 328
|
Posted: Wed Jan 30, 2008 7:34 am Post subject: Difference between pspimport.s & pspstub.s? |
|
|
I tried using search but no relevant results came up.
Both are used for imports.
Is one newer than other? [I looked at SVN logs and both were last updated 2 years back]
What's the difference between the two? _________________ Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Wed Jan 30, 2008 4:12 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|