disable DVD for GameCube (not implemented!)

This commit is contained in:
dborth 2009-08-02 07:30:36 +00:00
parent 1392b1608f
commit 2e8fc72561

View File

@ -59,8 +59,11 @@ int autoLoadMethod()
method = METHOD_SD;
else if(ChangeInterface(METHOD_USB, SILENT))
method = METHOD_USB;
#ifdef HW_RVL
// DVD support not implemented for GameCube
else if(ChangeInterface(METHOD_DVD, SILENT))
method = METHOD_DVD;
#endif
else if(ChangeInterface(METHOD_SMB, SILENT))
method = METHOD_SMB;
else