forked from len0rd/rockbox
New crossfeed complete with no volume reducing bugs. Feedback on all the
new options is appreciated. Thanks to Dan Everton for the settings/GUI code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9609 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6bd1f143fa
commit
8238b49c74
10 changed files with 298 additions and 154 deletions
|
@ -516,6 +516,10 @@ void system_init(void)
|
|||
"movclr.l %%acc2, %%d0\n\t"
|
||||
"movclr.l %%acc3, %%d0\n\t"
|
||||
: : : "d0");
|
||||
/* Set EMAC unit to saturating and rounding fractional mode, since that's
|
||||
what'll be the most useful for most things which the main thread
|
||||
will do. */
|
||||
coldfire_set_macsr(EMAC_FRACTIONAL | EMAC_SATURATE | EMAC_ROUND);
|
||||
}
|
||||
|
||||
void system_reboot (void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue