From 8f384c6ef6c8fd726ea6717bc164cda15c01eea0 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 13 Dec 2024 10:47:22 +1000 Subject: [PATCH] Fix typo in readme per https://en.wikipedia.org/wiki/Talk:Apple_silicon/Archive_2#Requested_move_4_November_2021 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e3fc22410..4549b1a6c3 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Not available for either AArch64 or x86_64 devices. The feature request is [#355 #### iOS -As with Apple Silicon Macs, not available. +As with Apple silicon Macs, not available. If you were looking to emulate iOS apps, see [#3956](https://github.com/TASEmulators/BizHawk/issues/3956). @@ -164,7 +164,7 @@ EmuHawk depends on certain libraries for graphics, and these don't work on macOS * Use an older 1.x release, which was ported to macOS by @Sappharad (with replacements for the missing libraries), via Rosetta. Links and more details are in [this TASVideos forum thread](https://tasvideos.org/Forum/Topics/12659) (jump to last page for latest binaries). See [#3697](https://github.com/TASEmulators/BizHawk/issues/3697) for details. * For the technically-minded, download the [source](https://github.com/Sappharad/BizHawk/tree/MacUnixMonoCompat) of an older 2.x release. @Sappharad put a lot of work into it but ultimately decided to stop. * ...or use the Nix expression as a starting point instead. - * Either way, this probably won't work on Apple Silicon without a lot more effort. You'll probably want to build for x86_64 and run Mono via Rosetta. See [#4052](https://github.com/TASEmulators/BizHawk/issues/4052) re: Linux AArch64. + * Either way, this probably won't work on Apple silicon without a lot more effort. You'll probably want to build for x86_64 and run Mono via Rosetta. See [#4052](https://github.com/TASEmulators/BizHawk/issues/4052) re: Linux AArch64. #### Nix/NixOS