mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-22 19:09:41 -04:00
12 lines
237 B
C++
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
|