Update README.md
Add development builds, change some wordings, fix grammar, and fix markup.
This commit is contained in:
parent
06a74b59e2
commit
a72a23117f
28
README.md
28
README.md
|
@ -1,26 +1,34 @@
|
|||
# Project 64
|
||||
|
||||
Project64 is an N64 emulator for Windows and Android.
|
||||
Project64 is a N64 emulator for Windows and Android.
|
||||
|
||||
## Installation
|
||||
<sub>(note: ROMs will need to be downloaded separately)</sub>
|
||||
## How to use
|
||||
<sub>(Games not included - do not ask for ROMs.)</sub>
|
||||
### Windows
|
||||
|
||||
An executable file for the most recent version of Project64 can be downloaded [here](https://www.pj64-emu.com/download/project64-latest).
|
||||
Installer for the latest stable release: https://www.pj64-emu.com/download/project64-latest
|
||||
|
||||
Follow the instructions in the setup window to complete the installation.
|
||||
|
||||
##### System Requirements
|
||||
<li>Operating system: Windows XP (or higher)</li>
|
||||
<li>CPU: Any SSE2 CPU</li>
|
||||
<li>RAM: 512MB or more</li>
|
||||
<li>Graphics card: DirectX 9 card or higher</li>
|
||||
|
||||
#### System Requirements
|
||||
* Operating system: Windows XP (or higher)
|
||||
* CPU: Any SSE2 CPU
|
||||
* RAM: 512MB or more
|
||||
* Graphics card: DirectX 9 card or higher
|
||||
|
||||
### Android
|
||||
Project64 is available for free in the Google Play store. The [Project 64 app](https://play.google.com/store/apps/details?id=emu.project64&hl=en&rdid=emu.project64&pli=1) can be downloaded to an Android phone or tablet.
|
||||
Allow the requested permissions on your device as Project64 needs to be able to read your device's storage to read game files, save states, and configuration in order to run.
|
||||
|
||||
### Development Builds
|
||||
Development Builds are based off the latest source at GitHub. This allows you to use the latest changes straight away, tho these changes may not be fully tested and have issues.
|
||||
|
||||
Official buildbot (Windows and Android): https://www.pj64-emu.com/nightly-builds
|
||||
|
||||
AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/projects/status/sbtwyhaexslyhgx3?svg=true
|
||||
)](https://ci.appveyor.com/project/project64/project64/branch/master)
|
||||
|
||||
<sub>Please note: x64 builds are **not** recommended for regular use! They are incomplete and very experimental, and currently _slower_ than 32-bit builds.</sub>
|
||||
|
||||
### License
|
||||
Project64 is licensed under the
|
||||
|
|
Loading…
Reference in New Issue