From 409f0ab022919af8c6bf22c7206cc08fb6f2318f Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Wed, 13 Jan 2021 19:53:41 +0100 Subject: [PATCH] Reduce time checking for unit --- ps2/compat_files/ps2_devices.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ps2/compat_files/ps2_devices.c b/ps2/compat_files/ps2_devices.c index bd020d7b50..d996f75348 100644 --- a/ps2/compat_files/ps2_devices.c +++ b/ps2/compat_files/ps2_devices.c @@ -172,13 +172,6 @@ bool waitUntilDeviceIsReady(enum BootDeviceIDs device_id) ret = stat(rootDevice, &buffer); /* Wait untill the device is ready */ nopdelay(); - nopdelay(); - nopdelay(); - nopdelay(); - nopdelay(); - nopdelay(); - nopdelay(); - nopdelay(); retries--; }