Skip to content

Commit

Permalink
Move MAX_SND_VOICES to header file (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
1011X committed Oct 16, 2023
1 parent 9b3f377 commit 25d8b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gc/asndlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
extern "C" {
#endif

#define MAX_SND_VOICES 16

/*! \addtogroup sndretvals SND return values
* @{
*/
Expand Down
1 change: 0 additions & 1 deletion libasnd/asndlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#undef SND_BUFFERSIZE

#define MAX_SND_VOICES 16
#define SND_BUFFERSIZE (4096) // don't modify this value

#define VOICE_UPDATEADD (1<<12)
Expand Down

0 comments on commit 25d8b3d

Please sign in to comment.