diff options
Diffstat (limited to 'src/driver.cpp')
-rw-r--r-- | src/driver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver.cpp b/src/driver.cpp index 448320c83..8ff3e361b 100644 --- a/src/driver.cpp +++ b/src/driver.cpp @@ -30,6 +30,7 @@ MusicDriver *_music_driver; ///< The currently active music driver. char *_ini_musicdriver; ///< The music driver a stored in the configuration file. char *_ini_blitter; ///< The blitter as stored in the configuration file. +bool _blitter_autodetected; ///< Was the blitter autodetected or specified by the user? /** * Get a string parameter the list of parameters. |