]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.cpp
Added 'Alpine' hardware type
[virtualjaguar] / src / settings.cpp
index a0d5746dfb6499866cf9e24cc17fa0e3de71cac3..6bd628b49427dc7b0162f5bb4795897248d19605 100644 (file)
@@ -90,6 +90,8 @@ void LoadVJSettings(void)
        strcpy(vjs.ROMPath, sdlemu_getval_string("ROMs", "./"));
        CheckForTrailingSlash(vjs.EEPROMPath);
        CheckForTrailingSlash(vjs.ROMPath);
+
+       vjs.hardwareTypeAlpine = false; // No external setting for this yet...
 }
 
 //