-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use real library/module NIDs in included db #7
Comments
Yeah. Right now they are using "unique" placeholders for now in order for
|
I think that @xerpi has built a Vita program that retrieves NIDs from all modules, this could be used to automatically set the library NIDs to the correct ones. |
@devnoname120 can you link to the tool? EDIT: Nvm, I see #86 |
In the included databases, it seems like the module/library nids all have placeholder values. For extras, we should either come up with a NID generation system (ideally, reverse sony's linker and see how nids are generated), which is needed for vitasdk to support creating dynamic libraries or use hard coded values for now.
For the sony imports, the module nids never change, so we should keep them in the database. Library nids do change, so we can either remove that field from the specifications or mark it optional (and make it an array of "known nids" or something). The advantage for the second option is that it may be useful in the future.
The text was updated successfully, but these errors were encountered: