mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 09:22:00 +00:00
Add GAM4980 core.
This commit is contained in:
parent
9db9b65536
commit
edc0fcb2c9
23
dist/info/gam4980_libretro.info
vendored
Normal file
23
dist/info/gam4980_libretro.info
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# Software Information
|
||||
display_name = "GAM4980"
|
||||
display_version = "0.1"
|
||||
authors = "Anonymous"
|
||||
categories = "Emulator"
|
||||
license = "GPLv3+"
|
||||
supported_extensions = "gam"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "BBK Electronics"
|
||||
systemname = "Longman 4980"
|
||||
systemid = "gam4980"
|
||||
|
||||
# Libretro Features
|
||||
database = "gam4980"
|
||||
supports_no_game = "true"
|
||||
libretro_saves = "true"
|
||||
cheats = "false"
|
||||
needs_fullpath = "false"
|
||||
disk_control = "false"
|
||||
is_experimental = "true"
|
||||
|
||||
description = "BBK A4980 game emulator for libretro."
|
@ -1614,6 +1614,14 @@ libretro_anarch_post_fetch_cmd="mkdir -p build && cd build && cmake .."
|
||||
libretro_anarch_git_url="https://codeberg.org/iyzsong/anarch-libretro.git"
|
||||
libretro_anarch_build_makefile="Makefile"
|
||||
|
||||
include_core_gam4980() {
|
||||
register_module core "gam4980"
|
||||
}
|
||||
libretro_gam4980_name="GAM4980"
|
||||
libretro_gam4980_git_url="https://codeberg.org/iyzsong/gam4980.git"
|
||||
libretro_gam4980_build_rule="cmake"
|
||||
libretro_gam4980_build_args="-DCMAKE_BUILD_TYPE=Release"
|
||||
|
||||
include_core_emuscv() {
|
||||
register_module core "emuscv"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user