mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
This commit is contained in:
parent
09cb10dfb6
commit
530ab87bc5
@ -78,9 +78,9 @@ int autoSaveMethod()
|
||||
return METHOD_SD;
|
||||
else if(changeFATInterface(METHOD_USB))
|
||||
return METHOD_USB;
|
||||
else if(TestCard(CARD_SLOTA, NOTSILENT))
|
||||
else if(TestCard(CARD_SLOTA, SILENT))
|
||||
return METHOD_MC_SLOTA;
|
||||
else if(TestCard(CARD_SLOTB, NOTSILENT))
|
||||
else if(TestCard(CARD_SLOTB, SILENT))
|
||||
return METHOD_MC_SLOTB;
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user