Skip to content

Commit

Permalink
Merge pull request #1808 from zoltanvb/master
Browse files Browse the repository at this point in the history
Add Enterprise database.
  • Loading branch information
fpscan committed May 1, 2024
2 parents cba42c0 + 0240dc8 commit ca74cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/info/ep128emu_core_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ supports_no_game = "true"
# Does the core have a single purpose? Does it represent one game or application, requiring predetermined support files or no external data? Used to indicate to a frontend that the core may be presented/handled independently from 'regular' cores that run a variety of content.
single_purpose = "false"
# Name of the database that the core supports (optional):
database = "Amstrad - CPC|Sinclair - ZX Spectrum"
database = "Enterprise - 128|Amstrad - CPC|Sinclair - ZX Spectrum"
# Does the core support/require support for libretro-gl or other hardware-acceleration in the frontend?
hw_render = "false"
# Which hardware-rendering APIs does the core support? Delimited by pipe characters.
Expand Down
1 change: 1 addition & 0 deletions libretro-build-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ build_libretro_databases() {
build_libretro_database "Dinothawr" "rom.crc"
build_libretro_database "Emerson - Arcadia 2001" "rom.crc"
build_libretro_database "Entex - Adventure Vision" "rom.crc"
build_libretro_database "Enterprise - 128" "rom.crc"
build_libretro_database "Epoch - Super Cassette Vision" "rom.crc"
build_libretro_database "Fairchild - Channel F" "rom.crc"
build_libretro_database "Funtech - Super Acan" "rom.crc"
Expand Down

0 comments on commit ca74cf9

Please sign in to comment.