From b3e3fe5ea8ab78401266809239b4287031f8998a Mon Sep 17 00:00:00 2001 From: Raiyan Date: Sat, 18 Jul 2026 18:06:19 +0700 Subject: [PATCH] docs: note Windows on ARM runs the x64 build via emulation (#386) Mirror the existing Rosetta 2 note for Apple Silicon: Windows on ARM devices (e.g. Snapdragon) can run the Windows x64 build through Windows' built-in x64 emulation. Co-authored-by: Claude Opus 4.8 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc2778..bec4c8f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ SPDX-License-Identifier: GPL-2.0-or-later > [!NOTE] > SharpEmu supports Windows x64, Linux x64, and macOS x64. Apple Silicon Macs -> can run the macOS x64 build through Rosetta 2. +> can run the macOS x64 build through Rosetta 2, and Windows on ARM devices +> (e.g. Snapdragon) can run the Windows x64 build through Windows' built-in +> x64 emulation. > [!WARNING] > SharpEmu is an experimental PS5 emulator developed from scratch in C#. The current focus is on accuracy and infrastructure setup rather than game-specific compatibility.