Skip to content
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

Compatibility with projects that have their own prototype definitions such as taihen or something #728

Open
Princess-of-Sleeping opened this issue Aug 5, 2022 · 0 comments

Comments

@Princess-of-Sleeping
Copy link
Contributor

Like the title, taihen has its own definition of ksceKernelProcMemcpyToUserRx, but in the latest vitasdk it is added as ksceKernelRxMemcpyKernelToUserForPid.

ksceKernelRxMemcpyKernelToUserForPid: 0x2995558D

In fact while writing this issue I noticed that ksceKernelRxMemcpyKernelToUserForPid is already a macro and need to update db for 3.63.

#define ksceKernelRxMemcpyKernelToUserForPid(__pid__, __dst__, __src__, __len__) ksceKernelProcMemcpyToUserRx((__pid__), (__dst__), (__src__), (__len__))

But this problem is not only in taihen as far as i remember, same problem have in Ensõ.

Ensõ define

int sceSblSsUpdateMgrSetBootMode(int x);

#define sceSblSsUpdateMgrSetBootMode sceSblUsSetUpdateMode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant