mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
re-enable DVD option on Gamecube
This commit is contained in:
parent
fceb68bbd8
commit
f15890e169
@ -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++;
|
||||||
|
Loading…
Reference in New Issue
Block a user