Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hades (with unofficial binaries for Windows ARM64/AArch64 + x86-64; both builds for latest git commit only)

License

Notifications You must be signed in to change notification settings

theinstantmatrix/Hades

 
 

Repository files navigation

Hades (with unofficial binaries for Windows ARM64/AArch64 + x86-64, fork of hades-emu/Hades).
Downloads are hosted at the releases section.


🔥 Hades

license Build Discord

A Nintendo Game Boy Advance Emulator

Screenshots

[removed]

Features

Hades is still under heavy development but it aims to have a decent balance between usability, speed and accuracy.

Currently, Hades features:

  • Decent accuracy
  • Game controller support
  • Keys and buttons remapping
  • Quick Saves (also known as Save State)
  • Some GPIO devices, such as:
    • Real Time Clock (RTC)
    • Rumble
  • Color correction & LCD effects
  • Loading games from common archive formats (.zip, .7z, .rar, etc.)

It is the third 🥉 software emulator to pass the AGS Aging Cartridge used to test Game Boy Advance systems.

Installation

Follow the instructions on our official website to download and install Hades the latest release of Hades.

Build

To build Hades, you first need to install those dependencies:

  • meson
  • ninja
  • GCC
  • SDL2
  • OpenGL
  • glew
  • gtk3
  • libarchive

On Ubuntu, you can install all those dependencies with:

$ apt install meson ninja-build gcc libsdl2-dev libglew-dev libgtk-3-dev libarchive-dev

On Fedora, you can install all those dependencies with:

$ dnf install meson ninja-build gcc SDL2-devel glew-devel gtk3-devel libarchive-devel

Finally, to build Hades, run:

git submodule update --init --recursive
meson build
cd build
ninja

Thanks

Special thanks to some invaluable individuals and resources while writing Hades:

About

Hades (with unofficial binaries for Windows ARM64/AArch64 + x86-64; both builds for latest git commit only)

Resources

License

Stars

Watchers

Forks

Languages

  • C 97.0%
  • Python 2.0%
  • Other 1.0%