mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
Not used
svn-id: r15070
This commit is contained in:
parent
bc369ce6e2
commit
89ae0de009
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user