You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ For older versions we have an all-in-one installer which you can get [here](http
127
127
128
128
We will be following Microsoft in dropping support for old versions of Windows, that is, we reserve the right to ignore your problems
129
129
unless you've updated to at least Win11 21H2 (initial release) or Win10 22H2. Read more on [MSDN](https://docs.microsoft.com/en-us/lifecycle/faq/windows).
130
-
> You may find that the upgrade from Win10 to Win11 is not available for your PC. Rather than throwing it out and getting a new one, onsider switching to Linux. See [endof10.org](https://endof10.org) for more info.
130
+
> You may find that the upgrade from Win10 to Win11 is not available for your PC. Rather than throwing it out and getting a new one, consider switching to Linux. See [endof10.org](https://endof10.org) for more info.
131
131
132
132
A "backport" release, [1.13.2](https://github.com/TASEmulators/BizHawk/releases/tag/1.13.2), is available for users of Windows XP, 7, or 8.1 32-bit.
133
133
It has many bugs that will never be fixed (backports have ceased) and it doesn't have all the features of the later versions—you should probably get a new operating system instead.
@@ -140,13 +140,13 @@ Install the listed package with your package manager (some buttons are links to
140
140
141
141
[-%231793D1.svg?logo=archlinux&style=popout)](https://aur.archlinux.org/packages/bizhawk-bin)
142
142
143
-
No package for your distro? Install via Nix (see below), or install manually by grabbing the latest release here on GitHub:
143
+
No package for your distro? Install via Nix ([see below](#nixnixos)), or install manually by grabbing the latest release here on GitHub:
144
144
145
145
[](https://github.com/TASEmulators/BizHawk/releases/latest)
146
146
147
147
If you download BizHawk this way, **don't mix different versions**, keep each version in its own folder.
148
-
The runtime dependencies are glibc, Mono "complete", OpenAL, Lua 5.4, and `lsb_release`.
149
-
The .NET 8 Runtime (a.k.a. .NET Core) is **not** a runtime dependency, only Mono. WINE is also **not** a runtime dependency. If you try to use WINE anyway then you're on your own.
148
+
The runtime dependencies are glibc, Mono "complete", OpenAL, Lua 5.4, and `lsb_release`.
149
+
The .NET 8 Runtime (a.k.a. .NET Core) is **not** a runtime dependency, only Mono. Wine is also **not** a runtime dependency. If you try to use Wine anyway then you're on your own.
150
150
If it's not clear from the downloads here or in your package manager, EmuHawk is for x86_64 CPUs only.
151
151
You may be able to run on AArch64 with missing features: see [#4052](https://github.com/TASEmulators/BizHawk/issues/4052).
152
152
@@ -172,7 +172,7 @@ If you were looking to emulate iOS apps, see [#3956](https://github.com/TASEmula
172
172
#### macOS (legacy BizHawk)
173
173
174
174
EmuHawk depends on certain libraries for graphics, and these don't work on macOS. Users on macOS have three options:
175
-
* Use another machine with Windows or Linux, or install either in an x86_64 VM (WINE is not a VM).
175
+
* Use another machine with Windows or Linux, or install either in an x86_64 VM (Wine is not a VM).
176
176
* 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.
177
177
* 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.
178
178
* ...or use the Nix expression as a starting point instead.
@@ -432,6 +432,7 @@ Don't shy away from asking about an Issue on IRC/Discord (see above)! You might
432
432
For adding new features it's especially important, because details are often left out of the issue tracker, and we may want to make sure the new addition is future-proofed.
433
433
434
434
With regards to core development, we're not particularly interested in PRs adding cores out-of-the-blue, but if you have experience in emulator development please get in touch. We have a wishlist of cores to port, and on top of that, many of our in-house cores are without a maintainer.
435
+
- Open issues by programming language: [C](https://github.com/TASEmulators/BizHawk/issues?q=label%3A%22Needs%20unmanaged%20changes%20%28C-lang%29%22), [C++](https://github.com/TASEmulators/BizHawk/issues?q=label%3A%22Needs%20unmanaged%20changes%20%28C%2B%2B%29%22), ~~C#~~ (will have no lang label), [Rust](https://github.com/TASEmulators/BizHawk/issues?q=label%3A%22Needs%20unmanaged%20changes%20%28Rust%29%22)
435
436
436
437
[to top](#bizhawk)
437
438
@@ -458,6 +459,6 @@ Any developers looking to re-use code from BizHawk in their own work should unde
458
459
Disclaimer time! Can't have emulation software without a disclaimer...
459
460
> Following the terms of our license does not make you immune from other contracts or laws.
460
461
> Some or all of the following may be illegal where you live: creating a copy of non-free software for backup purposes ("dumping" or "ripping"); distributing copies of non-free software; soliciting pirated copies of software; knowingly possessing pirated copies of software; importing software from the USA (GitHub and TASVideos are American entities); using a backup copy of non-free software without the original.
461
-
> For obvious reasons, **we cannot and will not distribute dumped games or firmware that is under copyright**.
462
+
> For obvious reasons, **we cannot and will not distribute dumped games or firmware that are under copyright**.
0 commit comments