Make doom work with sound on X5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d70bd0e03d
commit
59d1952693
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@
|
|||
// Basically, samples from all active internal channels
|
||||
// are modifed and added, and stored in the buffer
|
||||
// that is submitted to the audio device.
|
||||
signed short mixbuffer[MIXBUFFERSIZE] IBSS_ATTR;
|
||||
signed short mixbuffer[MIXBUFFERSIZE];
|
||||
/* Don't place this in IRAM!
|
||||
* Sound playback uses DMA, and not all IRAM is DMA capable on coldfire. */
|
||||
|
||||
typedef struct {
|
||||
// SFX id of the playing sound effect.
|
||||
|
|
Loading…
Reference in a new issue