Skip to content

Commit

Permalink
scsi: Use MO for raw SD (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Apr 18, 2024
1 parent ae4d6df commit cf328f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlueSCSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ static void reinitSCSI()
#if RAW_FALLBACK_ENABLE
log("No images found, enabling RAW fallback partition");
scsiDiskOpenHDDImage(RAW_FALLBACK_SCSI_ID, "RAW:0:0xFFFFFFFF", RAW_FALLBACK_SCSI_ID, 0,
RAW_FALLBACK_BLOCKSIZE);
RAW_FALLBACK_BLOCKSIZE, S2S_CFG_MO);
#else
log("No valid image files found!");
#endif
Expand Down

0 comments on commit cf328f6

Please sign in to comment.