mirror of
https://github.com/libretro/libretro-super.git
synced 2024-12-04 22:26:52 +00:00
Merge pull request #1690 from zoltanvb/master
update ep128emu-core to v1.2.1, indicate new features
This commit is contained in:
commit
da0bf3b03b
10
dist/info/ep128emu_core_libretro.info
vendored
10
dist/info/ep128emu_core_libretro.info
vendored
@ -14,7 +14,7 @@ authors = "Istvan Varga|Zoltan Balogh"
|
||||
corename = "ep128emu-core"
|
||||
|
||||
# List of extensions the core supports:
|
||||
supported_extensions = "img|dsk|tap|dtf|com|trn|128|bas|cas|cdt|tzx|tvcwav|."
|
||||
supported_extensions = "img|dsk|tap|dtf|com|trn|128|bas|cas|cdt|tzx|wav|tvcwav|."
|
||||
|
||||
# License of the cores source code:
|
||||
license = "GPLv2"
|
||||
@ -23,7 +23,7 @@ license = "GPLv2"
|
||||
permissions = ""
|
||||
|
||||
# Version of the core:
|
||||
display_version = "v1.1.0"
|
||||
display_version = "v1.2.1"
|
||||
|
||||
# Hardware Information - Information about the hardware the core supports (when applicable)
|
||||
# Name of the manufacturer who produced the emulated system:
|
||||
@ -145,11 +145,11 @@ savestate = "true"
|
||||
# If true, how complete is the savestate support? basic, serialized (rewind), deterministic (netplay/runahead)
|
||||
savestate_features = "serialized"
|
||||
# Does the core support the libretro cheat interface?
|
||||
cheats = "false"
|
||||
cheats = "true"
|
||||
# Does the core support libretro input descriptors
|
||||
input_descriptors = "true"
|
||||
# Does the core support memory descriptors commonly used for achievements
|
||||
memory_descriptors = "false"
|
||||
memory_descriptors = "true"
|
||||
# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)?
|
||||
libretro_saves = "true"
|
||||
# Does the core support the core options interface?
|
||||
@ -171,7 +171,7 @@ hw_render = "false"
|
||||
# Does the core require ongoing access to the file after loading? Mostly used for softpatching and streaming of data
|
||||
needs_fullpath = "true"
|
||||
# Does the core support the libretro disk control interface for swapping disks on the fly?
|
||||
disk_control = "false"
|
||||
disk_control = "true"
|
||||
# Is the core currently suitable for general use? That is, will regular users find it useful or is it for development/testing only (subject to change over time)?
|
||||
is_experimental = "false"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user