2015-06-28 12:49:26 -07:00
|
|
|
/*
|
|
|
|
* 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-04 18:14:21 -07:00
|
|
|
extern unsigned long android_monoBufferSubmitSizeSamples;
|
|
|
|
extern unsigned long android_stereoBufferSubmitSizeSamples;
|
2015-07-11 14:37:41 -07:00
|
|
|
extern bool android_armNeonEnabled;
|
|
|
|
extern bool android_x86SSSE3Enabled;
|
2015-06-28 12:49:26 -07:00
|
|
|
|