Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 23, 2024
1 parent cd9effb commit 9758ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion booter/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ int main(int argc, char **argv) {
|| (manufID == 0x0002 && strcmp(oemID, "TM") == 0) // Kingston/PNY
|| (manufID == 0x0003 && strcmp(oemID, "SD") == 0) // SanDisk
|| (manufID == 0x0009 && strcmp(oemID, "AP") == 0) // Lexar
|| (manufID == 0x001B && strcmp(oemID, "SM") == 0) // PNY
|| (manufID == 0x001B && strcmp(oemID, "SM") == 0) // PNY/Samsung
|| (manufID == 0x001D && strcmp(oemID, "AD") == 0) // (Some?) A-Data/extrememory/Microcenter
|| (manufID == 0x0027 && strcmp(oemID, "PH") == 0) // Sony
|| (manufID == 0x0028 && strcmp(oemID, "BE") == 0) // Lexar/Polaroid
Expand Down

0 comments on commit 9758ada

Please sign in to comment.