(RGL PS3) Get rid of 30 microsecond sleep

This commit is contained in:
Twinaphex 2012-07-26 00:49:09 +02:00
parent 19836d5f4c
commit 61c5bef909

View File

@ -2414,8 +2414,6 @@ char *gmmIdToAddress(const uint32_t id)
if (cachedLockValue == 0)
break;
sys_timer_usleep(30);
}while(1);
return (char *)pBaseBlock->address;