| View previous topic :: View next topic |
| Author |
Message |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Sat Nov 08, 2008 4:43 am Post subject: exported vars, how to use it? |
|
|
Sorry but,
I've tried to export some variables from a prx, but the generated .S file doesn't contain anything, so how to use the exported vars? |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Sat Nov 08, 2008 5:14 am Post subject: |
|
|
| You can export all variables you want, but... you cannot import them (it is a limitation of pspsdk), so basically, useless. The export of variables is there mainly to allow module_info. |
|
| Back to top |
|
 |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Sat Nov 08, 2008 5:26 am Post subject: |
|
|
Thanks!
Nop, I can easily export them with a function!
Thanks! |
|
| Back to top |
|
 |
|