mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ u64 PS4_SYSV_ABI sceKernelReadTsc() {
|
||||
|
||||
int PS4_SYSV_ABI sceKernelUsleep(u32 microseconds) {
|
||||
if (microseconds < 1000u) {
|
||||
#if _WIN64
|
||||
#ifdef _WIN64
|
||||
LARGE_INTEGER interval{
|
||||
.QuadPart = -1 * (microseconds * 10u),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user