dolphin/Source/Core/AudioCommon/DPL2Decoder.h
Lioncash 2c73472671 Correct the function casing for DPL2Decoder
Brings it more in-line with the rest of the codebase.
2014-07-14 03:34:40 -04:00

8 lines
204 B
C

// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#pragma once
void DPL2Decode(float *samples, int numsamples, float *out);
void DPL2Reset();