From febeca658860765d954d10270c1cb830adf7517a Mon Sep 17 00:00:00 2001 From: beeanyew Date: Thu, 12 Aug 2021 14:36:06 +0200 Subject: [PATCH] Please go away, PiSCSI --- platforms/amiga/piscsi/piscsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/amiga/piscsi/piscsi.c b/platforms/amiga/piscsi/piscsi.c index 2a39ed2..a81300a 100644 --- a/platforms/amiga/piscsi/piscsi.c +++ b/platforms/amiga/piscsi/piscsi.c @@ -369,7 +369,7 @@ void piscsi_map_drive(char *filename, uint8_t index) { return; } - char hdfID[512]; + /*char hdfID[512]; memset(hdfID, 0x00, 512); read(tmp_fd, hdfID, 512); hdfID[4] = '\0'; @@ -378,7 +378,7 @@ void piscsi_map_drive(char *filename, uint8_t index) { printf("[!!!PISCSI] WARNING: PiSCSI does NOT support UAE Single Partition Hardfiles!\n"); printf("[!!!PISCSI] PLEASE check the PiSCSI readme file in the GitHub repo for more information.\n"); printf("[!!!PISCSI] If this is merely an empty or placeholder file you've created to partition and format on the Amiga, please disregard this warning message.\n"); - } + }*/ struct piscsi_dev *d = &devs[index];