gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > NDSLib deprecated functions

#77142 - Chris Holmes - Tue Mar 28, 2006 5:15 pm

I think I have the latest version of devkitpro (aside from actually downloading the latest builds from CVS). There are several functions marked deprecated that are used all over the example code:

intov10
floatov10
floatof32

It would be awfully nice to have a comment above the deprecated functions pointing to the ok-to-use new functions, but since there aren't any, can someone tell me what the new functions are?

Chris

#77143 - Dark Knight ez - Tue Mar 28, 2006 5:23 pm

Adding a t in the name of those functions, I believe.
So intov10 would become inttov10, for obvious reasons.

#77168 - Chris Holmes - Tue Mar 28, 2006 9:25 pm

That was it.

Thanks much!

Chris