Skip to content

Commit

Permalink
Comment out unused destDrive
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 10, 2024
1 parent 98b8cda commit 047f858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/driveOperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const char* getDrivePath(void) {
}

Drive getDriveFromPath(const char *path) {
Drive destDrive = currentDrive;
// Drive destDrive = currentDrive;
if(strncmp(path, "sd:", 3) == 0) {
return Drive::sdCard;
} else if(strncmp(path, "fat:", 4) == 0) {
Expand Down

0 comments on commit 047f858

Please sign in to comment.