forked from len0rd/rockbox
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13369 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1fc2d91a83
commit
f02cba8096
30 changed files with 59 additions and 63 deletions
|
@ -42,7 +42,7 @@ void mad_synth_init(struct mad_synth *synth)
|
|||
synth->pcm.samplerate = 0;
|
||||
synth->pcm.channels = 0;
|
||||
synth->pcm.length = 0;
|
||||
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
|
||||
#if defined(CPU_COLDFIRE)
|
||||
/* init the emac unit here, since this function should always be called
|
||||
before using libmad */
|
||||
coldfire_set_macsr(EMAC_FRACTIONAL | EMAC_SATURATE | EMAC_ROUND);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue