mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 23:54:06 +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)
|
||||
break;
|
||||
|
||||
sys_timer_usleep(30);
|
||||
}while(1);
|
||||
|
||||
return (char *)pBaseBlock->address;
|
||||
|
Loading…
x
Reference in New Issue
Block a user