yifanlu / taiHEN

CFW framework for PS Vita
MIT License
302 stars 46 forks source link

Request: Expose FindExport/FindImport #29

Closed TheOfficialFloW closed 7 years ago

TheOfficialFloW commented 7 years ago

This will be useful for quickly test/use functions

DaveeFTW commented 7 years ago

Should we have a "debug" or "developer" version of taiHEN with these useful exports? Mostly to discourage lazy techniques for release. That is of course, you can think of a legitimate reason to have FindExport/FindImport in a release plugin?

yifanlu commented 7 years ago

I think I'll export the calls but not include any headers. Devs would have to manually get the headers from taihen--at which they can easily add the export themselves if they really need it.