Update README.md
This commit is contained in:
parent
a6b3717271
commit
47064f3d21
|
@ -1,6 +1,6 @@
|
|||
# BizHawk
|
||||
|
||||

|
||||
[](https://github.com/TASVideos/BizHawk/releases/latest) 
|
||||
|
||||
BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as fullscreen, rewind, and joypad support in addition to rerecording and debugging tools for all system cores.
|
||||
|
||||
|
@ -43,11 +43,11 @@ Most of the frontend can be controlled with Lua scripts (only on Windows for now
|
|||
|
||||
Released binaries can be found right here on GitHub:
|
||||
|
||||
[](http://github.com/TASVideos/BizHawk/releases)
|
||||
[](https://github.com/TASVideos/BizHawk/releases/latest)
|
||||
|
||||
Click `BizHawk-<version>.zip` to download it. Also note the changelog, the full version of which is [on tasvideos.org](http://tasvideos.org/Bizhawk/ReleaseHistory.html). **Don't mix different versions** of BizHawk, keep each version in its own folder.
|
||||
|
||||
Before you start (by running `EmuHawk.exe`), make sure you have the Windows-only prerequisites installed: .NET Framework 4.6.1; Visual C++ 2010 SP1, 2012, and 2015; and Direct3D 9. If you have a few Steam games, chances are these are already installed, otherwise you can get them all at once with [this program](http://github.com/TASVideos/BizHawk-Prereqs/releases).
|
||||
Before you start (by running `EmuHawk.exe`), make sure you have the Windows-only prerequisites installed: .NET Framework 4.6.1; Visual C++ 2010 SP1, 2012, and 2015; and Direct3D 9. If you have a few Steam games, chances are these are already installed, otherwise you can get them all at once with [this program](https://github.com/TASVideos/BizHawk-Prereqs/releases/latest).
|
||||
|
||||
BizHawk functions like a "portable" program, you may move or rename the folder containing `EmuHawk.exe`, even to another drive, as long as you keep all the files together and the prerequisites are installed when you go to run it.
|
||||
|
||||
|
@ -78,7 +78,7 @@ If you run `EmuHawkMono.sh` from a terminal, note that `File > Exit (Alt+F4)` do
|
|||
|
||||
Is your distro not there? Released binaries can be found right here on GitHub (same download as for Windows):
|
||||
|
||||
[](http://github.com/TASVideos/BizHawk/releases)
|
||||
[](https://github.com/TASVideos/BizHawk/releases/latest)
|
||||
|
||||
If you download BizHawk this way, **don't mix different versions**, keep each version in its own folder. Run `EmuHawkMono.sh` to give Mono the library and executable paths — you can run it from anywhere, so putting it in a .desktop file is fine. If running the script doesn't start EmuHawk, you may need to edit it (if you use a terminal, it will say so in the output).
|
||||
|
||||
|
|
Loading…
Reference in New Issue