mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-30 00:32:51 +02:00
enable sound ( still broken )
This commit is contained in:
8
sound.h
8
sound.h
@@ -20,7 +20,13 @@
|
||||
#ifndef SOUND_H
|
||||
#define SOUND_H
|
||||
|
||||
#define BUFFER_SIZE 65536
|
||||
#define BUFFER_SIZE (1 << 16)
|
||||
#define BUFFER_SIZE_MASK (BUFFER_SIZE - 1)
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
#define GBA_SOUND_FREQUENCY (64 * 1024)
|
||||
#endif
|
||||
|
||||
|
||||
#define GBA_XTAL 16777216.0f
|
||||
#define GBA_60HZ_RATE 16853760.0f /* 228*(272+960)*60 */
|
||||
|
||||
Reference in New Issue
Block a user