2015-06-28 19:49:26 +00: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-05 01:14:21 +00:00
|
|
|
extern unsigned long android_monoBufferSubmitSizeSamples;
|
|
|
|
extern unsigned long android_stereoBufferSubmitSizeSamples;
|
2015-07-11 21:37:41 +00:00
|
|
|
extern bool android_armNeonEnabled;
|
|
|
|
extern bool android_x86SSSE3Enabled;
|
2015-06-28 19:49:26 +00:00
|
|
|
|