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
# bin777 is the main file, each has a pattern file.
8
8
license = "MIT"
9
9
# permissions = ""
@@ -25,17 +25,18 @@ cheats = "false"
25
25
memory_descriptors = "false"
26
26
# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)?
27
27
# libretro_saves = "true"
28
-
core_options = "false"
28
+
core_options = "true"
29
+
core_options_version = "2.0"
29
30
load_subsystem = "false"
30
31
# Whether or not the core requires an external file to work:
31
32
supports_no_game = "false"
32
33
single_purpose = "false"
33
34
# Name of the database that the core supports (optional):
34
-
#database = "epochcv"
35
+
database = "Epoch - Cassette Vision"
35
36
needs_fullpath = "true"
36
37
disk_control = "false"
37
38
# 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
+
is_experimental = "false"
39
40
40
41
# Descriptive text, useful for tooltips, etc.
41
42
description = "Epoch Cassette Vision emulator, with libretro interface."
0 commit comments