diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2018-03-29 15:32:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:39 +0700 |
commit | 0468360611bad751b5f296bb406c56486b66681c (patch) | |
tree | c26e3e05380146d61e8cd6d1f633f8b82448fbb1 /games/mgba/mgba_libretro.info | |
parent | 0ba35a07e17fc048351d388e7c006cf3edf31c9c (diff) |
games/mgba: Build libretro.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mgba/mgba_libretro.info')
-rw-r--r-- | games/mgba/mgba_libretro.info | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/mgba/mgba_libretro.info b/games/mgba/mgba_libretro.info new file mode 100644 index 0000000000000..d3132f79d4484 --- /dev/null +++ b/games/mgba/mgba_libretro.info @@ -0,0 +1,16 @@ +display_name = "Nintendo - Game Boy Advance (mGBA)" +authors = "endrift" +supported_extensions = "gb|gbc|gba" +corename = "mGBA" +manufacturer = "Nintendo" +categories = "Emulator" +systemname = "Game Boy/Game Boy Color/Game Boy Advance" +database = "Nintendo - Game Boy|Nintendo - Game Boy Color|Nintendo - Game Boy Advance|Nintendo - Game Boy Advance (e-Cards)" +license = "MPLv2.0" +permissions = "" +supports_no_game = "false" +firmware_count = 1 +firmware0_desc = "gba_bios.bin (Game Boy Advance BIOS)" +firmware0_path = "gba_bios.bin" +firmware0_opt = "true" +notes = "(!) gba_bios.bin (md5): a860e8c0b6d573d191e4ec7db1b1e4f6" |