apple2ix/Android/jni/android_globals.h
2015-06-28 12:49:26 -07:00

16 lines
383 B
C

/*
* Apple // emulator for *nix
*
* This software package is subject to the GNU General Public License
* version 2 or later (your choice) as published by the Free Software
* Foundation.
*
* THERE ARE NO WARRANTIES WHATSOEVER.
*
*/
extern unsigned long android_deviceSampleRateHz;
extern unsigned long android_monoBufferSize;
extern unsigned long android_stereoBufferSize;