Skip to content

Commit 9758ada

Browse files
committed
Update main.cpp
1 parent cd9effb commit 9758ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booter/arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ int main(int argc, char **argv) {
234234
|| (manufID == 0x0002 && strcmp(oemID, "TM") == 0) // Kingston/PNY
235235
|| (manufID == 0x0003 && strcmp(oemID, "SD") == 0) // SanDisk
236236
|| (manufID == 0x0009 && strcmp(oemID, "AP") == 0) // Lexar
237-
|| (manufID == 0x001B && strcmp(oemID, "SM") == 0) // PNY
237+
|| (manufID == 0x001B && strcmp(oemID, "SM") == 0) // PNY/Samsung
238238
|| (manufID == 0x001D && strcmp(oemID, "AD") == 0) // (Some?) A-Data/extrememory/Microcenter
239239
|| (manufID == 0x0027 && strcmp(oemID, "PH") == 0) // Sony
240240
|| (manufID == 0x0028 && strcmp(oemID, "BE") == 0) // Lexar/Polaroid

0 commit comments

Comments
 (0)