-
Notifications
You must be signed in to change notification settings - Fork 64
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
osk.h 64bit issues #16
Comments
A simple fix would be to replace the pointers with "lv2_void", like in net.h. Although wrappers would probably be more user friendly. |
Yeah. Mind as well make it lv2_void for now. When I get a computer I'll go through and tackle all the sprxs that need wrappers in one go. |
You can also use the ATTRIBUTE_PRXPTR which makes a pointer 32bits wide. Hence we can still use pointers properly. Kakaroto uses it in the sysSave... API already. |
is this issue closable? it looks like shagkur made the changes to use ATTRIBUTE_PRXPTR back in May. |
The structs have 64bit pointers in them, and the osk functions have no wrappers.
Example: oskInputFieldInfo
The text was updated successfully, but these errors were encountered: