[windows] Return x86 microsleep for Windows (#3563)

Microsleep removal may have regressed AOC in msvc

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3563
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: John <john@eden-emu.dev>
Co-committed-by: John <john@eden-emu.dev>
This commit is contained in:
John 2026-02-17 06:15:45 +01:00 committed by crueter
parent 86e02aceba
commit 5fb3ae487c
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
4 changed files with 98 additions and 28 deletions

10
src/common/x64/cpu_wait.h Normal file
View file

@ -0,0 +1,10 @@
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
namespace Common::X64 {
void MicroSleep();
} // namespace Common::X64