really fixed typo
This commit is contained in:
parent
991d44bde6
commit
8612907831
|
@ -47,8 +47,8 @@ u64 PS4_SYSV_ABI sceKernelReadTsc() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceKernelUsleep(u32 microseconds) {
|
int PS4_SYSV_ABI sceKernelUsleep(u32 microseconds) {
|
||||||
if (microseconds < 1000u) {
|
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
|
if (microseconds < 1000u) {
|
||||||
LARGE_INTEGER interval{
|
LARGE_INTEGER interval{
|
||||||
.QuadPart = -1 * (microseconds * 10u),
|
.QuadPart = -1 * (microseconds * 10u),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue