devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

Add missing function declarations #108

Closed Crayon2000 closed 5 years ago

Crayon2000 commented 5 years ago

Added missing function declarations:

ashquarky commented 5 years ago

Looks good to me. Did you reverse-engineer this? It's good info. The inclusion of doxygen makes me happy~

Crayon2000 commented 5 years ago

@QuarkTheAwesome, I was previously using dynamic_libs and those functions were part of it. Those function were already in nsysnet.def and vpad.def in wut. So only the declarations were missing. I am currently using inet_pton and VPADGetTPCalibratedPointEx with a newly ported project to wut.

The doxygen comments are mostly the ones from VPADGetTPCalibratedPoint, so it's basically a copy paste 😞

ashquarky commented 5 years ago

Yeah, the defs are autogenerated to have every function in them. Anyway, all good, and thanks!