You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Does the core support libretro input descriptors
24
+
# input_descriptors = "true"
25
+
memory_descriptors = "false"
26
+
# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)?
27
+
# libretro_saves = "true"
28
+
core_options = "false"
29
+
load_subsystem = "false"
30
+
# Whether or not the core requires an external file to work:
31
+
supports_no_game = "false"
32
+
single_purpose = "false"
33
+
# Name of the database that the core supports (optional):
34
+
#database = "epochcv"
35
+
needs_fullpath = "true"
36
+
disk_control = "false"
37
+
# 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)?
38
+
is_experimental = "true"
39
+
40
+
# Descriptive text, useful for tooltips, etc.
41
+
description = "Epoch Cassette Vision emulator, with libretro interface."
0 commit comments