mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-08 16:07:19 +00:00
really fixed typo
This commit is contained in:
parent
81e4000432
commit
53fc8dec8c
|
@ -47,8 +47,8 @@ u64 PS4_SYSV_ABI sceKernelReadTsc() {
|
|||
}
|
||||
|
||||
int PS4_SYSV_ABI sceKernelUsleep(u32 microseconds) {
|
||||
if (microseconds < 1000u) {
|
||||
#ifdef _WIN64
|
||||
if (microseconds < 1000u) {
|
||||
LARGE_INTEGER interval{
|
||||
.QuadPart = -1 * (microseconds * 10u),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue