mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
refactor frontend audio functionality
This commit is contained in:
@ -53,6 +53,15 @@ enum
|
||||
screenSizing_MAX,
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
micInputType_Silence,
|
||||
micInputType_External,
|
||||
micInputType_Noise,
|
||||
micInputType_Wav,
|
||||
micInputType_MAX,
|
||||
};
|
||||
|
||||
namespace Config
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user