The Nintendo 64 Emulator itself
Find a file
2021-12-12 14:10:06 +11:00
.github Improve compilation scripts and include CI/CD 2021-12-10 01:01:08 +01:00
.vscode Just use strcasecmp now. All platforms support it 2021-12-09 16:05:21 +11:00
Data Revert "Create Japanese.lng, Chinese (simplified).lng and Greek.lng" 2021-06-07 08:56:19 -07:00
Source Revert back to libpspaudio 2021-12-12 14:10:06 +11:00
Tools Remove old psptoolchain cmake file 2021-12-11 11:18:25 +11:00
.gitignore Merge branch 'master' of https://github.com/daedalusx64/daedalus 2021-01-26 22:55:38 +11:00
.gitmodules Added glew from website 2019-02-05 15:20:23 +11:00
build_daedalus.sh Improve compilation scripts and include CI/CD 2021-12-10 01:01:08 +01:00
copying.txt [~] GPL license was missing 2013-02-18 21:05:10 +00:00
README.md Remove kubridge libraries, tidy up main a bit 2021-10-17 12:27:12 +11:00

DaedalusX64

DaedalusX64 is a Nintendo 64 emulator for Linux and PSP, with plans to port to Windows, Mac, PS Vita among other platforms. The PSP port is noteworthy for being the fastest N64 emulator ever on the platform, achieving close to or even full speed in many titles.

Features:

  • Fast emulation
  • High compatibility
  • Support for PSP TV Mode with 480p output!
  • Active support and updates
  • Lots of experimental optimizations

And more!

Usage

To install Daedalus to your PSP, download the latest release from the Releases page: https://github.com/DaedalusX64/daedalus/releases

Next, plug your PSP into your computer and navigate to /PSP/GAME/. Create a folder called "daedalus" there, and place the EBOOT.PBP file inside. Place your ROM files in daedalus/Roms/ and they will automatically appear in Daedalus.

Note: If the release is a ZIP file with a folder containing an EBOOT.PBP file when extracted, simply drag and drop the extracted folder into /PSP/GAME/.

Building

All Versions require these libraries: zlib, libpng, minizip

Buiilding for PSP

PSP Version requires libintrafont

Building for Windows

  1. Clone and open the repo in Visual studio 2019

  2. Build All

Building for Linux and MAC

  1. Clone this repo

  2. Open a terminal and run build_daedalus.sh with the argument for the os you would like to build for Example: ./build_daedalus.sh LINUX

More Info

For information about compatibility, optimal settings and more about the emulator, visit the actively maintained GitHub wiki page: https://github.com/DaedalusX64/daedalus/wiki Feel free to submit reports for how well your favourite games run if they have not already been listed!

Join our Discord server to talk to other Daedalus users and the developers!

Invite link: https://discord.gg/FrVTpBV

Credits

  • kreationz, salvy6735, Corn, Chilly Willy: Original DaedalusX64 code
  • Wally: Optimizations, improvements and ports
  • z2442: Compilation improvements and updating, optimizations
  • mrneo240: Optimizations, compilation help
  • TheMrIron2: Optimizations, wiki maintenance