mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 01:43:37 +00:00
(RARCH_CONSOLE) Move sound_mode_enums to general.h
This commit is contained in:
parent
e1a3159efc
commit
595e591607
@ -17,18 +17,6 @@
|
||||
#ifndef CONSOLE_EXT_H__
|
||||
#define CONSOLE_EXT_H__
|
||||
|
||||
enum
|
||||
{
|
||||
SOUND_MODE_NORMAL,
|
||||
#ifdef HAVE_RSOUND
|
||||
SOUND_MODE_RSOUND,
|
||||
#endif
|
||||
#ifdef HAVE_HEADSET
|
||||
SOUND_MODE_HEADSET,
|
||||
#endif
|
||||
SOUND_MODE_LAST
|
||||
};
|
||||
|
||||
#ifdef _WIN32
|
||||
#define MAXIMUM_PATH 260
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user