mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Correct the function casing for DPL2Decoder
Brings it more in-line with the rest of the codebase.
This commit is contained in:
@ -4,5 +4,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
void dpl2decode(float *samples, int numsamples, float *out);
|
||||
void dpl2reset();
|
||||
void DPL2Decode(float *samples, int numsamples, float *out);
|
||||
void DPL2Reset();
|
||||
|
Reference in New Issue
Block a user