mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-02 06:05:30 +00:00
5f4bf6b1a7
- 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
18 lines
482 B
C
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;
|
|
|