Update README.md
This commit is contained in:
parent
b62abb7f0b
commit
d9836e0c20
16
README.md
16
README.md
|
@ -1,12 +1,14 @@
|
|||
# BizHawk
|
||||
|
||||
A multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners).
|
||||
|
||||
***
|
||||
|
||||
[](https://github.com/TASVideos/BizHawk/blob/master/README.md#cores)
|
||||
[](https://github.com/TASVideos/BizHawk/releases/latest)
|
||||
[](https://ci.appveyor.com/project/zeromus/bizhawk-udexo/history)
|
||||
[](https://github.com/TASVideos/BizHawk-Prereqs/releases/latest)
|
||||
|
||||
A multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners).
|
||||
|
||||
Click the "release" button above to grab the latest stable version ([changelog at TASVideos](http://tasvideos.org/Bizhawk/ReleaseHistory.html)).
|
||||
|
||||
New users on Windows should click the "prereqs" button too, see *Installing* for info.
|
||||
|
@ -30,17 +32,17 @@ Jump to:
|
|||
## Features and systems
|
||||
|
||||
The BizHawk common features (across all cores) are:
|
||||
* format and region detection for game images
|
||||
* image corruption warning checked against database
|
||||
* format, region, and integrity detection for game images
|
||||
* 10 save slots with hotkeys and ∞ named savestates
|
||||
* speed control, including frame stepping and rewinding
|
||||
* memory view/search/edit in all parts of the emulated HW
|
||||
* memory view/search/edit in all emulated hardware components
|
||||
* input recording (making TAS movies)
|
||||
* screenshotting and recording video
|
||||
* organised firmware
|
||||
* input, framerate, and other overlays
|
||||
* firmware management
|
||||
* input, framerate, and more in a HUD over the game
|
||||
* emulated controllers via a comprehensive input mapper
|
||||
* Lua control over core and frontend (Windows only)
|
||||
* hotkey bindings to control the UI
|
||||
|
||||
Supported consoles and PCs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue