apple2ix/Android/jni/android_globals.h
Aaron Culliney 5f4bf6b1a7 Use single buffer queue callback for OpenSLES/Android
- OpenSLES Callback now performs simple mix of 2 sources (speaker and mockingboard)
    - Avoids multiple callbacks which was a performance penalty especially for low-end droids
2015-07-12 12:59:49 -07:00

18 lines
482 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_monoBufferSubmitSizeSamples;
extern unsigned long android_stereoBufferSubmitSizeSamples;
extern bool android_armNeonEnabled;
extern bool android_x86SSSE3Enabled;