mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
A couple of cleanups I missed
This commit is contained in:
parent
6b5fc80c50
commit
30e0c7f21b
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
* Copyright 2008-2018 Sarah Walker.
|
||||
* Copyright 2016-2018 Miran Grca.
|
||||
*/
|
||||
|
||||
#ifndef SOUND_SND_SB_H
|
||||
# define SOUND_SND_SB_H
|
||||
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
* Copyright 2008-2018 Sarah Walker.
|
||||
* Copyright 2016-2018 Miran Grca.
|
||||
*/
|
||||
|
||||
#ifndef EMU_SOUND_H
|
||||
# define EMU_SOUND_H
|
||||
|
||||
|
||||
extern int sound_gain;
|
||||
|
||||
#define SOUNDBUFLEN (48000/50)
|
||||
|
|
Loading…
Reference in a new issue