blob: 46b8ff71e30af7c95c374c855d1a3be70c3b119a (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2025 citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace Common::X64 {
void MicroSleep();
} // namespace Common::X64
|