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