We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9effb commit 9758adaCopy full SHA for 9758ada
booter/arm9/source/main.cpp
@@ -234,7 +234,7 @@ int main(int argc, char **argv) {
234
|| (manufID == 0x0002 && strcmp(oemID, "TM") == 0) // Kingston/PNY
235
|| (manufID == 0x0003 && strcmp(oemID, "SD") == 0) // SanDisk
236
|| (manufID == 0x0009 && strcmp(oemID, "AP") == 0) // Lexar
237
- || (manufID == 0x001B && strcmp(oemID, "SM") == 0) // PNY
+ || (manufID == 0x001B && strcmp(oemID, "SM") == 0) // PNY/Samsung
238
|| (manufID == 0x001D && strcmp(oemID, "AD") == 0) // (Some?) A-Data/extrememory/Microcenter
239
|| (manufID == 0x0027 && strcmp(oemID, "PH") == 0) // Sony
240
|| (manufID == 0x0028 && strcmp(oemID, "BE") == 0) // Lexar/Polaroid
0 commit comments