forked from len0rd/rockbox
Remove an #ifdef - simulators might talk too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11009 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b183ef4295
commit
efbcc43720
1 changed files with 0 additions and 5 deletions
|
|
@ -844,12 +844,7 @@ bool recording_screen(bool no_source)
|
||||||
peak_meter_playback(true);
|
peak_meter_playback(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
audio_init_recording(talk_get_bufsize());
|
audio_init_recording(talk_get_bufsize());
|
||||||
#else
|
|
||||||
audio_init_recording(0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
sound_set_volume(global_settings.volume);
|
sound_set_volume(global_settings.volume);
|
||||||
|
|
||||||
#ifdef HAVE_AGC
|
#ifdef HAVE_AGC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue