aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
AgeCommit message (Collapse)Author
2020-01-04fix emscriptenToad King
2017-08-14C++ comments need to become Ctwinaphex
2017-06-18Support for savestate versioning. Plenty of cleanups.João Silva
2017-01-29Converted most types to stdint-style (fixing a few in the process).João Silva
2017-01-24Sound improvements - some by me, most from snes9x2002 and snes9x 1.51.João Silva
2017-01-16Many cleanups.João Silva
2017-01-14Removed a LOT of useless stuff.João Silva
2017-01-14Moved copyright information to copyright file.João Silva
2016-10-15Add copyright notices since certain guys try to push their lucktwinaphex
and 'game off the system' - UNDER NO CIRCUMSTANCES WILL ANY COMMERCIAL RIGHTS EVER BE APPROPRIATED TO ANY ONE PARTY, REGARDLESS OF ANY E-MAILS, BRIBES, ETC.
2016-08-08Take out ancient SGI/Sun ifdefstwinaphex
2015-11-05Start using stdint typestwinaphex
2014-11-03use stdint/stdboolaliaspider
2014-11-02start hooking up blargg's apu implementation to use as a reference.aliaspider
(not yet working)
2014-10-30remove some unused functions/filesaliaspider
2014-10-30apply a faceliftaliaspider
2014-10-29C++ cleanups. (in progress)aliaspider
2014-10-29cleanups (cont.)aliaspider
2014-10-28cleanups (cont.)aliaspider
2013-02-10A type mismatch in sound channel data messed up the sound after loading a ↵Nebuleon Fumika
saved state in certain games. int (32 bit) is now short (16 bit).
2013-02-08Merge branch 'master' into 8bitsoundNebuleon Fumika
Conflicts: source/nds/entry.cpp
2013-01-26Reverse the loop in MixStereo such that instead of "for each channel, for ↵Nebuleon Fumika
each playback sample, add into the mix buffer", the playback sample is instead written to the mix buffer only when fully mixed from the 8 SNES sound channels. Verified working with Secret of Mana, Super Bomberman 5 and Super Mario World.
2013-01-20Initial 8-bit sound commit. For the lulz!Nebuleon Fumika
2013-01-19Remove unneeded volatility, enabling more optimisations. Sound volatility is ↵Nebuleon Fumika
#define'd away, GUI volatility is simply removed.
2013-01-12Revert "Remove shifted envelope heights from the code, because one is always ↵Nebuleon Fumika
set from the other and the shifted height is not used in saved states." This reverts commit e3bb4a5f62ab6b38eb1a58e700b7d713b4e397b0.
2013-01-12Remove redundant writes to support reverse stereo. Define ↵Nebuleon Fumika
FOREVER_FORWARD_STEREO.
2013-01-12Remove shifted envelope heights from the code, because one is always set ↵Nebuleon Fumika
from the other and the shifted height is not used in saved states.
2013-01-11Reduce memory access in noise generation.Nebuleon Fumika
2013-01-11Prepare for audio optimisations. Fix the indentation in MixStereo().Nebuleon Fumika
2013-01-11Stop constantly testing for 16-bit and stereo in sound handlers. Define ↵Nebuleon Fumika
FOREVER_16_BIT_SOUND and FOREVER_STEREO and use them throughout the code. This is essentially commit 6b36e79013d4c9273a96a9783a2bccdb516f174a, but for sound instead of graphics.
2011-03-05first commitKitty Draper