DVD now available for Gamecube mode

This commit is contained in:
dborth 2008-09-25 03:29:04 +00:00
parent 76a7123193
commit b448fab942

View File

@ -227,12 +227,6 @@ PreferencesMenu ()
GCSettings.SaveMethod++;
#endif
// check if DVD access in Wii mode is disabled
#ifndef WII_DVD
if(GCSettings.LoadMethod == METHOD_DVD)
GCSettings.LoadMethod++;
#endif
// saving to DVD is impossible
if(GCSettings.SaveMethod == METHOD_DVD)
GCSettings.SaveMethod++;