Skip to content

Commit

Permalink
Merge pull request libretro#1623 from RobLoach/db
Browse files Browse the repository at this point in the history
database: Add Jump 'n Bump database
  • Loading branch information
inactive123 authored Feb 14, 2022
2 parents c5d7fe5 + d46af96 commit 4083e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/info/jumpnbump_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ display_version = "v0.1"
manufacturer = "Brainchild Design"
systemid = "jumpnbump"

# Libretro Features
database = "Jump 'n Bump"
savestate = "false"
cheats = "false"
input_descriptors = "true"
Expand Down
1 change: 1 addition & 0 deletions libretro-build-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ build_libretro_databases() {
build_libretro_database "Mattel - Intellivision" "rom.crc"
build_libretro_database "ScummVM" "rom.crc"
build_libretro_database "DOS" "rom.crc"
build_libretro_database "Jump 'n Bump" "rom.crc"
build_libretro_database "LowRes NX" "rom.crc"
build_libretro_database "Lutro" "rom.name"
build_libretro_database "ChaiLove" "rom.crc"
Expand Down

0 comments on commit 4083e9b

Please sign in to comment.