Moved libresample to SRC directory
Moved GBA filters to SRC directory Removed unneeded sound interpolation class file
This commit is contained in:
parent
3fbb21a027
commit
21bc37c5fc
20
VBA.vcproj
20
VBA.vcproj
|
@ -1635,23 +1635,15 @@
|
|||
Name="Resample"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\libresample-0.1.3\src\filterkit.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\libresample-0.1.3\src\resample.c"
|
||||
RelativePath=".\src\libresample-0.1.3\src\filterkit.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\libresample-0.1.3\src\resamplesubs.c"
|
||||
RelativePath=".\src\libresample-0.1.3\src\resample.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\src\libresample-0.1.3\src\resamplesubs.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "../libresample-0.1.3/include/libresample.h"
|
||||
#include "libresample-0.1.3/include/libresample.h"
|
||||
#include "snd_interp.h"
|
||||
|
||||
// this was once borrowed from libmodplug, and was also used to generate the FIR coefficient
|
||||
|
|
Loading…
Reference in New Issue