@@ -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;
7371 else if (ChangeInterface (DEVICE_SD_SLOTA, SILENT))
7472 device = DEVICE_SD_SLOTA;
7573 else if (ChangeInterface (DEVICE_SD_SLOTB, SILENT))
7674 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;
106104 else if (ChangeInterface (DEVICE_SD_SLOTA, SILENT))
107105 device = DEVICE_SD_SLOTA;
108106 else if (ChangeInterface (DEVICE_SD_SLOTB, SILENT))
109107 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