diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2023-03-28 12:03:15 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2023-03-28 12:03:15 +0000 |
commit | 18a6fd6d2cf3dcda935e406a311cdc29ddf9350b (patch) | |
tree | a43b51a4056ad7664346a63f145c889da1f59d16 /src/common/x64/cpu_wait.h | |
parent | fbbf532d42f5688533d31f7fe6f75526b4187e5c (diff) |
"Merge Tagged PR 9982"mainline-0-1386
Diffstat (limited to 'src/common/x64/cpu_wait.h')
-rw-r--r-- | src/common/x64/cpu_wait.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/x64/cpu_wait.h b/src/common/x64/cpu_wait.h new file mode 100644 index 0000000000..99d3757a76 --- /dev/null +++ b/src/common/x64/cpu_wait.h @@ -0,0 +1,10 @@ +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +namespace Common::X64 { + +void MicroSleep(); + +} // namespace Common::X64 |