5d82837984
* [Project64-input] Unpolished Mouse Support (Use Present value as Device Type) * [Project64-input] Use Forced N64 Mouse config (using System Mouse) * [Project64-input] Disable Mouse Scanning * [Project64-input] Polish UI by adding Mouse image + Prevent Controller setup when using N64 Mouse * [Project64-input] Revert Controller Save/Load changes * [Project64-input] Seperate N64 Mouse into its own configuration * [Project64-input] Add Mouse Locking + Shortcut System * [Project64-input] Make Cursor invisible when locked * [Project64-input] Make sure to unlock mouse when opening config * [Project64-input] Working Lock/Unlock Shortcut + Only emulate mouse when locked * [Project64-input] Use ClipCursor instead of DirectInput Exclusive Level * [Project64-input] Add Mouse Sensitivity option + Change to SetCursorPos * [Project64-input] Add WM_KillFocus and EmulationPaused functions * [Project64-core] Move EmulationPaused call to really make sure it is called in all cases |
||
---|---|---|
.github | ||
Android | ||
Artwork | ||
Bin | ||
Config | ||
Lang | ||
Plugin | ||
PropertySheets | ||
Scripts | ||
Source | ||
.gitignore | ||
BUILDING.md | ||
CHANGELOG.md | ||
Directory.Build.props | ||
JS-API-Documentation.html | ||
Project64.sln | ||
README.md | ||
appveyor.yml | ||
license.md |
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
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
Author / Contributors
- Zilmar - Current maintainer - Zilmar
- Jabo - Previous contributor - Jabo
- Smiff - Previous contributor - Smiff
- Gent - Previous contributor - 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