view TOOLS/benchmark-gab/start @ 7908:dc96a3eb9fab

Check what we obtain in SDL_OpenAudio() - allows to build the correct audio filter chain if soundcard doesn't support what is requested. Checked by Arpi
author colin
date Fri, 25 Oct 2002 10:27:20 +0000
parents c36333ff54b0
children
line wrap: on
line source

#!/bin/sh

. ./variables

rm -f $LOGFILE

wrtlog Script version v0.91
wrtlog CPU: $VENDOR $MODEL $MHZ
wrtlog CPUFLAGS: $CPUFLAGS
wrtlog MEM: $MEMORY
wrtlog VGA: $VGA

if [ ! -e no_compile ]; then
  ./compile
else
  wrtlog Skipping compilation
fi

if [ ! -e no_benchmark ]; then
  ./benchmark
else
  wrtlog Skipping benchmark
fi

wrtlog Exiting.