mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
Move defines to audio_driver.h
This commit is contained in:
parent
bf9add6325
commit
7fa6b946ce
@ -27,6 +27,13 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define AUDIO_CHUNK_SIZE_BLOCKING 512
|
||||||
|
|
||||||
|
/* So we don't get complete line-noise when fast-forwarding audio. */
|
||||||
|
#define AUDIO_CHUNK_SIZE_NONBLOCKING 2048
|
||||||
|
|
||||||
|
#define AUDIO_MAX_RATIO 16
|
||||||
|
|
||||||
enum rarch_audio_ctl_state
|
enum rarch_audio_ctl_state
|
||||||
{
|
{
|
||||||
RARCH_AUDIO_CTL_NONE = 0,
|
RARCH_AUDIO_CTL_NONE = 0,
|
||||||
|
7
driver.h
7
driver.h
@ -32,13 +32,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AUDIO_CHUNK_SIZE_BLOCKING 512
|
|
||||||
|
|
||||||
/* So we don't get complete line-noise when fast-forwarding audio. */
|
|
||||||
#define AUDIO_CHUNK_SIZE_NONBLOCKING 2048
|
|
||||||
|
|
||||||
#define AUDIO_MAX_RATIO 16
|
|
||||||
|
|
||||||
/* Specialized _MOUSE that targets the full screen regardless of viewport.
|
/* Specialized _MOUSE that targets the full screen regardless of viewport.
|
||||||
*/
|
*/
|
||||||
#define RARCH_DEVICE_MOUSE_SCREEN (RETRO_DEVICE_MOUSE | 0x10000)
|
#define RARCH_DEVICE_MOUSE_SCREEN (RETRO_DEVICE_MOUSE | 0x10000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user