mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
really fixed typo
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user