2021-04-13 16:35:34 -05:00
# Software Information
2018-01-27 20:44:31 -05:00
display_name = "GCE - Vectrex (vecx)"
2014-07-22 19:45:35 +02:00
authors = "Valavan Manohararajah|John Hawthorn|Nikita Zimin|Demeth"
2014-07-31 06:30:02 +02:00
supported_extensions = "bin|vec"
2014-08-26 20:30:29 +02:00
corename = "vecx"
2017-01-21 18:12:18 -08:00
license = "GPLv3"
2014-07-22 19:45:35 +02:00
permissions = ""
2015-01-25 12:16:27 +01:00
display_version = "SVN"
2021-04-13 16:35:34 -05:00
categories = "Emulator"
# Hardware Information
manufacturer = "Smith Engineering|General Consumer Electronics"
systemname = "Vectrex"
systemid = "vectrex"
# Libretro Features
2014-07-22 19:45:35 +02:00
supports_no_game = "false"
2021-04-13 16:35:34 -05:00
database = "GCE - Vectrex"
savestate = "true"
savestate_features = "serialized"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "true"
libretro_saves = "true"
core_options = "true"
load_subsystem = "false"
hw_render = "true"
required_hw_api = "OpenGL Core >= 3.3"
needs_fullpath = "false"
disk_control = "false"
is_experimental = "false"
2021-05-20 12:20:57 -05:00
description = "A port of the vecx Vectrex emulator to libretro. This core is hardware-rendered by default using OpenGL but also includes a software renderer. The software renderer defaults to a low resolution, but there is a core option to make the core render to a higher resolution multiplier, which will give a smoother, more vector-like image."