diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 9690b8d..2e6728f 100644 --- a/src/Config.h +++ b/src/Config.h @@ -59,6 +59,10 @@ extern int SocketBindAnyAddr; extern int SavestateRelocSRAM; +extern int AudioVolume; +extern int MicInputType; +extern char MicWavPath[512]; + } #endif // CONFIG_H |