mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
(RGL PS3) Get rid of 30 microsecond sleep
This commit is contained in:
parent
19836d5f4c
commit
61c5bef909
@ -2414,8 +2414,6 @@ char *gmmIdToAddress(const uint32_t id)
|
|||||||
|
|
||||||
if (cachedLockValue == 0)
|
if (cachedLockValue == 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
sys_timer_usleep(30);
|
|
||||||
}while(1);
|
}while(1);
|
||||||
|
|
||||||
return (char *)pBaseBlock->address;
|
return (char *)pBaseBlock->address;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user