N64 Emulator
Go to file
Derek "Turtle" Roe 41f43ae4c0 Update FileClass.h
Fix typo
2021-03-17 20:45:41 -05:00
.github Fix being able to create issues 2021-03-14 18:55:39 -05:00
Android Implement Randomize SI/PI interrupts setting 2019-10-03 11:39:46 +02:00
Artwork [Artwork] Move AboutScreen.psd to artwork folder 2016-09-17 13:42:48 +10:00
Bin [Project64] Use Settings instead of default in config file 2018-11-26 11:26:08 +10:30
Config Update Hacks/Mods in rdb, from BlueToonYoshi 2021-03-16 09:31:29 +10:30
Lang Add ability to remove the status bar 2021-03-18 11:02:37 +10:30
Plugin Jabo_Direct3D8 no d3d syslog.txt 2016-09-07 16:35:49 +01:00
PropertySheets Force CharacterSet to be Unicode in the Property Sheets 2020-06-09 22:34:38 +09:30
Scripts Add a newline to the example API JavaScript file 2021-03-11 02:30:25 -06:00
Source Update FileClass.h 2021-03-17 20:45:41 -05:00
.gitignore Clean up enhancements code 2021-01-17 13:47:58 +10:30
BUILDING.md Mention installer when building Release 2021-03-02 22:42:17 -05:00
CHANGELOG.md Switch to markdown for changelog and update readme a bit 2021-03-10 02:59:39 -06:00
Directory.Build.props Add defaults file so MSbuild can be run from any subdirectory. 2017-06-07 14:36:30 -07:00
Project64.sln Update copyright date 2021-03-02 12:43:17 +10:30
README.md Oops 2021-03-10 19:02:06 -06:00
apidoc.htm Update apidoc.htm 2021-03-12 03:35:18 -06:00
appveyor.yml Actually fix Zip file name 2019-10-02 23:32:16 -07:00
license.md Rename licence.md to license.md 2020-06-14 15:21:56 -05:00

README.md

Project64 - Nintendo 64 Emulator

Project64 is a free and open-source emulator for the Nintendo 64 and Nintendo 64 Disk Drive written in C++ currently for Windows (planned support for other platforms in the future)

System Requirements

  • Operating System
    • Windows XP/Vista/7/8/10
  • CPU
    • Intel or AMD processor with SSE2 support
  • RAM
    • 512MB or more
  • Graphics card
    • DirectX 8 capable (Jabo's Direct3D8)
    • OpenGL 1.1 capable (Project64 Video)
    • OpenGL 3.3 capable (GLideN64)

Stable Builds

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.

Download nightly builds here: https://www.pj64-emu.com/nightly-builds

AppVeyor (Windows x86/x64): Build status

Note: x64 builds are NOT recommended for regular use. They are incomplete and very experimental. Due to this, x64 builds are currently slower than 32-bit builds.

Support

Join the official Project64 Discord server to seek help from Project64 developers, contributors, and the community!

Compiling

Visual Studio Community

Load .sln project file and compile

See the BUILDING.md file for details.

Contributing

Please read CONTRIBUTING.md before contributing.

Versioning

We use semantic versioning for Project64. For the versions available, see the tags on this repository

Authors

  • Zilmar - Current maintainer - Zilmar
  • Jabo - Previous member - Jabo
  • Smiff - Previous member - Smiff
  • Gent - Previous member - Gent

See also the list of contributors who participated in this project.

License

This project is licensed under the GPLv2 License - see the LICENSE.md file for details