The Nintendo 64 Emulator itself
Find a file
Wally 7c9f5a68c6 Merge branch 'cleanup-ui'
Merging Cleanup-ui branch with master as most cleanup work has been done
Major things:
* Remove most asserts / Debug features from release to make it tidier
* Streamline and cleanup User Interface for easy customisation later - It may still be replaced completely.
* Fix a long winded ROM list scrolling bug by reverting RomSelectorComponent to an earlier build.
* Begin work on converting code to newer C11 standard
* Ensure that most variables are declared on default to prevent garbage code
2019-03-25 08:36:15 +09:00
.github/ISSUE_TEMPLATE Update issue templates 2019-02-22 20:30:08 -05:00
Data Removed ttf fonts for now. 2019-03-21 16:11:44 +09:00
Source More precision 2019-03-25 08:35:24 +09:00
Tools Clean up and remove old unused projects and code. 2019-02-27 22:18:28 +11:00
.gitignore add tmp to gitignore so it doesn't commit 2019-01-29 11:24:04 +11:00
.gitmodules Added glew from website 2019-02-05 15:20:23 +11:00
build_daedalus.sh Move debug stuff from release / Move to C11 inits in Core / Add Motos fancy new icons 2019-03-23 17:53:26 +09:00
copying.txt [~] GPL license was missing 2013-02-18 21:05:10 +00:00
README.md Update README.md 2019-03-01 12:38:09 +00: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/z2442/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/.

More Info

For information about compatibility, optimal settings and more about the emulator, visit the actively maintained GitHub wiki page: https://github.com/z2442/daedalus/wiki. This is maintained primarily by TheMrIron2, but please 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/436njAr

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