Add microphone combobox using SDL (#1709)

This commit is contained in:
falsidge
2023-06-27 12:31:41 -07:00
committed by GitHub
parent 4b32fb802c
commit 52d6265b58
5 changed files with 36 additions and 2 deletions

View File

@ -177,6 +177,7 @@ extern int AudioBitDepth;
extern int AudioVolume;
extern bool DSiVolumeSync;
extern int MicInputType;
extern std::string MicDevice;
extern std::string MicWavPath;
extern std::string LastROMFolder;