forked from len0rd/rockbox
duke3d: bump audio sample rate to 22.1KHz
Recent optimizations to sound mixing should allow this, up from 16KHz. Change-Id: I0ba5742c934118a3a6505b8dc58578b0cfe8ea77
This commit is contained in:
parent
cf07bb328d
commit
beaeb28a29
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
#ifdef SIMULATOR
|
||||
#define RB_SAMPR SAMPR_44
|
||||
#else
|
||||
#define RB_SAMPR SAMPR_16
|
||||
#define RB_SAMPR SAMPR_22
|
||||
#endif
|
||||
|
||||
/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue