From 89ae0de009b5d310e053cd5b5264be9b6e05aab5 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 12 Sep 2004 15:07:31 +0000 Subject: [PATCH] Not used svn-id: r15070 --- backends/PalmOS/Src/snd_pa1.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backends/PalmOS/Src/snd_pa1.cpp b/backends/PalmOS/Src/snd_pa1.cpp index 4a430a827b8..133d112c8a9 100644 --- a/backends/PalmOS/Src/snd_pa1.cpp +++ b/backends/PalmOS/Src/snd_pa1.cpp @@ -1,4 +1,4 @@ -#include "ARMNative.h" +#include "native.h" #include "stdlib.h" #include "globals.h" @@ -25,7 +25,7 @@ static int limit(int val,int min,int max) { void pcm2adpcm(Int16 *src, UInt8 *dst, UInt32 length) { #ifndef COMPILE_PA1SND - +/* if (OPTIONS_TST(kOptDeviceARM)) { PnoDescriptor pno; ARMPa1SndType userData = {src, dst, length}; @@ -36,7 +36,7 @@ void pcm2adpcm(Int16 *src, UInt8 *dst, UInt32 length) { return; } - +*/ int data,val,diff; int signal,step; #else