mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-14 03:29:06 +01:00
disable DVD for GameCube (not implemented!)
This commit is contained in:
parent
1392b1608f
commit
2e8fc72561
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user