README 622 B

1234567891011121314151617181920
  1. mGBA is an emulator for running Game Boy Advance games. It aims
  2. to be faster and more accurate than many existing Game Boy Advance
  3. emulators, as well as adding features that other emulators lack.
  4. It also supports Game Boy and Game Boy Color games.
  5. libminizip is an optional dependency for minizip support.
  6. qt5 is an optional dependency to build a GUI.
  7. RetroArch is an optional dependency to run the libretro core.
  8. To enable the Discord Rich Presence use:
  9. DISCORD=yes ./mgba.SlackBuild
  10. To disable the libretro build use:
  11. LIBRETRO=no ./mgba.SlackBuild
  12. To build debugging symbols use:
  13. DEBUG=yes ./mgba.SlackBuild