ensure svcSleepThread gets u64
This commit is contained in:
parent
15cb718913
commit
557fbedb9b
@ -164,7 +164,7 @@ void osSetSpeedupEnable(bool enable)
|
||||
int usleep(useconds_t useconds)
|
||||
{
|
||||
|
||||
svcSleepThread(useconds * 1000);
|
||||
svcSleepThread(useconds * 1000ull);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user