@@ -68,12 +68,12 @@ int autoLoadMethod()
6868 device = DEVICE_SD;
6969 else if (ChangeInterface (DEVICE_USB, SILENT))
7070 device = DEVICE_USB;
71+ else if (ChangeInterface (DEVICE_SD_PORT2, SILENT))
72+ device = DEVICE_SD_PORT2;
7173 else if (ChangeInterface (DEVICE_SD_SLOTA, SILENT))
7274 device = DEVICE_SD_SLOTA;
7375 else if (ChangeInterface (DEVICE_SD_SLOTB, SILENT))
7476 device = DEVICE_SD_SLOTB;
75- else if (ChangeInterface (DEVICE_SD_PORT2, SILENT))
76- device = DEVICE_SD_PORT2;
7777 else if (ChangeInterface (DEVICE_DVD, SILENT))
7878 device = DEVICE_DVD;
7979 else if (ChangeInterface (DEVICE_SMB, SILENT))
@@ -101,12 +101,12 @@ int autoSaveMethod(bool silent)
101101 device = DEVICE_SD;
102102 else if (ChangeInterface (DEVICE_USB, SILENT))
103103 device = DEVICE_USB;
104+ else if (ChangeInterface (DEVICE_SD_PORT2, SILENT))
105+ device = DEVICE_SD_PORT2;
104106 else if (ChangeInterface (DEVICE_SD_SLOTA, SILENT))
105107 device = DEVICE_SD_SLOTA;
106108 else if (ChangeInterface (DEVICE_SD_SLOTB, SILENT))
107109 device = DEVICE_SD_SLOTB;
108- else if (ChangeInterface (DEVICE_SD_PORT2, SILENT))
109- device = DEVICE_SD_PORT2;
110110 else if (ChangeInterface (DEVICE_SMB, SILENT))
111111 device = DEVICE_SMB;
112112 else if (!silent)
0 commit comments