eden/src/common/x64/cpu_wait.h
lizzie 4a0103134e [core/core_timing] better MWAITX and WAITPKG delays
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2026-05-23 08:35:30 +00:00

12 lines
237 B
C++

// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include "common/common_types.h"
namespace Common::X64 {
void MicroSleep(u64 rem);
} // namespace Common::X64