rockbox/lib/fixedpoint
Michael Sevakis aced667f48 Undo hacks to meant to get around string formatting limitations
The new vuprintf makes unnecessary workarounds due to formatting
limitations. I checked grep output for whatever appeared to fit
but it's possible I missed some instances because they weren't
so obvious.

Also, this means sound settings can dynamically work with any
number of decimals rather than the current assumption of one or
two. Add an ipow() function to help and take advantage of dynamic
field width and precision. Consolidate string formatting of sound
settings.

Change-Id: I46caf534859dfd1916cd440cd25e5206b192fcd8
2017-11-21 05:01:14 -05:00
..
fixedpoint.c Undo hacks to meant to get around string formatting limitations 2017-11-21 05:01:14 -05:00
fixedpoint.h Undo hacks to meant to get around string formatting limitations 2017-11-21 05:01:14 -05:00
fixedpoint.make Undo hacks to meant to get around string formatting limitations 2017-11-21 05:01:14 -05:00