re-enable DVD option on Gamecube

This commit is contained in:
dborth 2008-09-24 23:07:26 +00:00
parent fceb68bbd8
commit f15890e169

View File

@ -161,12 +161,6 @@ PreferencesMenu ()
GCSettings.SaveMethod++; GCSettings.SaveMethod++;
#endif #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 // saving to DVD is impossible
if(GCSettings.SaveMethod == METHOD_DVD) if(GCSettings.SaveMethod == METHOD_DVD)
GCSettings.SaveMethod++; GCSettings.SaveMethod++;