apple2ix/Android/jni/android_globals.h

18 lines
482 B
C
Raw Normal View History

/*
* 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;
2015-07-05 01:14:21 +00:00
extern unsigned long android_monoBufferSubmitSizeSamples;
extern unsigned long android_stereoBufferSubmitSizeSamples;
extern bool android_armNeonEnabled;
extern bool android_x86SSSE3Enabled;