libretro-super/dist/info/geolith_libretro.info
hunterk 5faca86d7e
add Neo Geo database to geolith info
which will work with the new database of *.neo files to provide scanner support and boxart/thumbnails.
2024-02-17 14:24:16 -06:00

42 lines
1.2 KiB
Plaintext

# Software Information
display_name = "SNK - Neo Geo AES/MVS (Geolith)"
authors = "Rupert Carmichael"
supported_extensions = "neo"
corename = "Geolith"
license = "BSD-3-Clause, MIT"
permissions = ""
categories = "Emulator"
display_version = "0.2.1"
# Hardware Information
manufacturer = "SNK"
systemname = "Neo Geo"
systemid = "neogeo"
# Libretro Features
supports_no_game = "false"
savestate = "true"
savestate_features = "deterministic"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "false"
libretro_saves = "false"
core_options = "true"
core_options_version = "1.3"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "false"
disk_control = "false"
database = "SNK - Neo Geo"
# Firmware / BIOS
firmware_count = 2
firmware0_desc = "aes.zip (Neo Geo AES System ROM)"
firmware0_path = "aes.zip"
firmware0_opt = "false"
firmware1_desc = "neogeo.zip (Neo Geo MVS System ROM)"
firmware1_path = "neogeo.zip"
firmware1_opt = "false"
description = "Geolith is a highly accurate emulator for the Neo Geo AES and MVS. Geolith uses the .NEO ROM format developed for the NeoSD, and aims to deliver a more typical home console emulator experience, though arcade mode is also fully supported."