mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
DVD now available for Gamecube mode
This commit is contained in:
parent
76a7123193
commit
b448fab942
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user