[core, windows] remove microSleep() and simply wait on events like on linux (#3498)

we shall see if the original code was put there for a reason

or if the microsleeps actually are horrid

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3498
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-02-09 01:14:32 +01:00 committed by crueter
parent e544cb3cf6
commit a56b8d3de8
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
4 changed files with 3 additions and 118 deletions

View file

@ -1,10 +0,0 @@
// 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