mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-14 03:30:53 +00:00
16 lines
409 B
C
16 lines
409 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;
|
|
|