[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src snd_pa1.cpp,1.1,1.2
Chris Apers
chrilith at users.sourceforge.net
Sun Sep 12 08:08:08 CEST 2004
Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28186
Modified Files:
snd_pa1.cpp
Log Message:
Not used
Index: snd_pa1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/snd_pa1.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- snd_pa1.cpp 25 May 2004 14:23:17 -0000 1.1
+++ snd_pa1.cpp 12 Sep 2004 15:07:31 -0000 1.2
@@ -1,4 +1,4 @@
-#include "ARMNative.h"
+#include "native.h"
#include "stdlib.h"
#include "globals.h"
@@ -25,7 +25,7 @@
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 @@
return;
}
-
+*/
int data,val,diff;
int signal,step;
#else
More information about the Scummvm-git-logs
mailing list