summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/NullSoundStream.h
AgeCommit message (Collapse)Author
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-24AudioCommon: Add missing override specifiersLioncash
Also removes unnecessary virtual keywords.
2015-05-24SoundStream: Internally construct the mixerLioncash
Instead of creating the mixer externally and then passing it in, it can just be made within the class.
2014-03-18Remove usesMixer function from the sound streams.lioncash
This isn't used anywhere in the codebase. Not even the base SoundStream has it as part of its interface.
2014-03-18Mark the audio streams as final.lioncash
These aren't intended to be continually extended.
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre