mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
feat: add profiled_date to all YAMLs, create 56 alias profiles
- Added profiled_date field to all 204 existing profiles for update tracking - Created 56 alias profiles for cores that share BIOS with a parent (e.g., mednafen_psx -> beetle_psx, fbalpha2012 -> fbneo) 260 total profiles covering all 294 libretro cores (204 unique + 56 alias).
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
emulator: "00_example"
|
||||
type: test
|
||||
source: "https://github.com/libretro/libretro-samples"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- 00_example
|
||||
systems: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: "2048"
|
||||
type: game
|
||||
source: "https://github.com/libretro/libretro-2048"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [2048]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: 3DEngine
|
||||
type: utility
|
||||
source: "https://github.com/libretro/libretro-3dengine"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [3dengine]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: EightyOne
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/81-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- 81
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: a5200
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/a5200"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- a5200
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: advanced_tests
|
||||
type: test
|
||||
source: "https://github.com/libretro/libretro-samples"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- advanced_tests
|
||||
systems: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: amiarcadia
|
||||
type: libretro
|
||||
source: "https://amigan.yatho.com/"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- amiarcadia
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Anarch
|
||||
type: game
|
||||
source: "https://github.com/libretro/anern"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [anarch]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: AppleWin
|
||||
type: libretro
|
||||
source: "https://github.com/audetto/AppleWin"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- applewin
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Ardens
|
||||
type: libretro
|
||||
source: "https://github.com/tiberiusbrown/ardens"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- ardens
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Arduous
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/arduous"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- arduous
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Atari800
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/libretro-atari800"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [atari-400, atari-800, atari-800xl, atari-130xe, atari-5200, atari-xegs]
|
||||
|
||||
# Atari800 emulates the Atari 8-bit family (400/800/XL/XE) and the 5200 console.
|
||||
|
||||
6
emulators/azahar.yml
Normal file
6
emulators/azahar.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "azahar"
|
||||
type: alias
|
||||
alias_of: "citra"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as citra. See emulators/citra.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: b2
|
||||
type: standalone
|
||||
source: "https://github.com/tom-seddon/b2"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: []
|
||||
systems:
|
||||
- bbc-micro-b
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Beetle Lynx (Mednafen Lynx)
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/beetle-lynx-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [mednafen_lynx]
|
||||
systems: [atari-lynx]
|
||||
verification: existence
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Beetle NGP (Mednafen Neo Geo Pocket)
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/beetle-ngp-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [snk-ngp, snk-ngpc]
|
||||
|
||||
notes: |
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Beetle PCE (Mednafen PCE)
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/beetle-pce-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [mednafen_pce, mednafen_pce_fast, mednafen_supergrafx]
|
||||
systems: [nec-pc-engine]
|
||||
verification: existence
|
||||
|
||||
@@ -2,6 +2,7 @@ emulator: Beetle PC-FX (Mednafen)
|
||||
type: libretro
|
||||
cores: [mednafen_pcfx]
|
||||
source: "https://github.com/libretro/beetle-pcfx-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems:
|
||||
- nec-pcfx
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Beetle PSX (Mednafen PSX)
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/beetle-psx-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [mednafen_psx, mednafen_psx_hw]
|
||||
systems: [sony-playstation]
|
||||
bios_size: 524288 # 512 KB for all accepted BIOS images
|
||||
|
||||
@@ -2,6 +2,7 @@ emulator: Beetle Saturn (Mednafen)
|
||||
type: libretro
|
||||
core: mednafen_saturn_libretro
|
||||
source: "https://github.com/libretro/beetle-saturn-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems:
|
||||
- sega-saturn
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Beetle VB (Mednafen Virtual Boy)
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/beetle-vb-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [nintendo-virtualboy]
|
||||
|
||||
notes: |
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Beetle WonderSwan (Mednafen WonderSwan)
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/beetle-wswan-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [bandai-wswan, bandai-wswanc]
|
||||
|
||||
notes: |
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: BennuGD
|
||||
type: libretro
|
||||
source: "https://github.com/diekleinekuh/BennuGD_libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- bennugd
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: bk-emulator
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/bk-emulator"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- bk
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: BlastEm
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/blastem"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- blastem
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: blueMSX
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/blueMSX-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- bluemsx
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: bnes
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/bnes-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- bnes
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: boom3
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/boom3"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [boom3, boom3_xp]
|
||||
systems: [doom3]
|
||||
verification: existence
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Boytacean
|
||||
type: libretro
|
||||
source: "https://github.com/joamag/boytacean"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- boytacean
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: bsnes
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/bsnes-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [nintendo-snes, nintendo-super-game-boy, nintendo-satellaview]
|
||||
|
||||
# bsnes supports HLE for DSP1/DSP1B/DSP2/DSP4, ST010, and Cx4.
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Cannonball
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/cannonball"
|
||||
profiled_date: "2026-03-18"
|
||||
systems:
|
||||
- sega-outrun
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Caprice32
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/libretro-cap32"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- cap32
|
||||
systems:
|
||||
|
||||
6
emulators/cdi2015.yml
Normal file
6
emulators/cdi2015.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "cdi2015"
|
||||
type: alias
|
||||
alias_of: "same_cdi"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as same_cdi. See emulators/same_cdi.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Cemu
|
||||
type: standalone
|
||||
source: "https://github.com/cemu-project/Cemu"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [nintendo-wiiu]
|
||||
analysis_date: "2026-03-17"
|
||||
analysis_commit: "HEAD (depth=1)"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: ChaiLove
|
||||
type: game
|
||||
source: "https://github.com/libretro/libretro-chailove"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [chailove]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
6
emulators/chimerasnes.yml
Normal file
6
emulators/chimerasnes.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "chimerasnes"
|
||||
type: alias
|
||||
alias_of: "snes9x"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as snes9x. See emulators/snes9x.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Citra / Lime3DS / Azahar
|
||||
type: standalone + libretro
|
||||
source: "https://github.com/azahar-emu/azahar"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [nintendo-3ds]
|
||||
|
||||
notes: |
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: ClownMDEmu
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/clownmdemu-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- clownmdemu
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Craft
|
||||
type: game
|
||||
source: "https://github.com/libretro/Craft"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [craft]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: CrocoDS
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/libretro-crocods"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- crocods
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Cruzes
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/libretro-samples/tree/master/tests/cruzes"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- cruzes
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Daphne
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/daphne"
|
||||
profiled_date: "2026-03-18"
|
||||
systems:
|
||||
- arcade-laserdisc
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: DeSmuME
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/desmume"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [desmume, desmume2015]
|
||||
systems: [nintendo-ds]
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: DICE
|
||||
type: libretro
|
||||
source: "https://github.com/mittonk/dice-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- dice
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Dinothawr
|
||||
type: game
|
||||
source: "https://github.com/libretro/Dinothawr"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [dinothawr]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: DirectXBox
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/libretro-directxbox"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- directxbox
|
||||
systems:
|
||||
|
||||
6
emulators/dirksimple.yml
Normal file
6
emulators/dirksimple.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "dirksimple"
|
||||
type: alias
|
||||
alias_of: "daphne"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as daphne. See emulators/daphne.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Dolphin
|
||||
type: standalone + libretro
|
||||
source: "https://github.com/dolphin-emu/dolphin"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [nintendo-gamecube, nintendo-wii]
|
||||
|
||||
# Dolphin has HLE for most system functions, so real BIOS/firmware files
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: "Dolphin Launcher"
|
||||
type: launcher
|
||||
source: "https://github.com/RobLoach/libretro-dolphin-launcher"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- dolphin_launcher
|
||||
systems: [nintendo-gamecube, nintendo-wii]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: DOSBox-core
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/dosbox-core"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [dosbox_core]
|
||||
systems: [dos]
|
||||
verification: sha1
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: DOSBox Pure
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/dosbox-pure"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [dosbox_pure]
|
||||
systems: [dos]
|
||||
verification: sha1
|
||||
|
||||
6
emulators/dosbox_svn.yml
Normal file
6
emulators/dosbox_svn.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "dosbox_svn"
|
||||
type: alias
|
||||
alias_of: "dosbox_core"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as dosbox_core. See emulators/dosbox_core.yml for details."
|
||||
files: []
|
||||
6
emulators/dosbox_svn_ce.yml
Normal file
6
emulators/dosbox_svn_ce.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "dosbox_svn_ce"
|
||||
type: alias
|
||||
alias_of: "dosbox_core"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as dosbox_core. See emulators/dosbox_core.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: DoubleCherryGB
|
||||
type: libretro
|
||||
source: "https://github.com/TimOelrichs/doublecherryGB-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- DoubleCherryGB
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: "doukutsu-rs"
|
||||
type: libretro
|
||||
source: "https://github.com/DrGlaucous/doukutsu-rs-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- doukutsu_rs
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: DuckStation
|
||||
type: standalone
|
||||
source: "https://github.com/stenzek/duckstation"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [sony-playstation]
|
||||
bios_size: 524288 # 0x80000 (512 KB), also accepts PS2 (4 MB) and PS3 BIOS
|
||||
verification: md5
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: EasyRPG Player
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/easyrpg-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- easyrpg
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: ECWolf
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/ecwolf"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [ecwolf]
|
||||
systems: [wolfenstein3d]
|
||||
verification: md5
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: EmuSCV
|
||||
type: libretro
|
||||
source: "https://github.com/wzcwzc/emuscv"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- emuscv
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: "emux (CHIP-8)"
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/emux"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- emux_chip8
|
||||
systems:
|
||||
|
||||
6
emulators/emux_gb.yml
Normal file
6
emulators/emux_gb.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "emux_gb"
|
||||
type: alias
|
||||
alias_of: "gambatte"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as gambatte. See emulators/gambatte.yml for details."
|
||||
files: []
|
||||
6
emulators/emux_nes.yml
Normal file
6
emulators/emux_nes.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "emux_nes"
|
||||
type: alias
|
||||
alias_of: "fceumm"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as fceumm. See emulators/fceumm.yml for details."
|
||||
files: []
|
||||
6
emulators/emux_sms.yml
Normal file
6
emulators/emux_sms.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "emux_sms"
|
||||
type: alias
|
||||
alias_of: "gearsystem"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as gearsystem. See emulators/gearsystem.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: ep128emu-core
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/ep128emu-core"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- ep128emu_core
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: FAKE-08
|
||||
type: libretro
|
||||
source: "https://github.com/jtothebell/fake-08"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- fake08
|
||||
systems:
|
||||
|
||||
6
emulators/fbalpha2012.yml
Normal file
6
emulators/fbalpha2012.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "fbalpha2012"
|
||||
type: alias
|
||||
alias_of: "fbneo"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as fbneo. See emulators/fbneo.yml for details."
|
||||
files: []
|
||||
6
emulators/fbalpha2012_cps1.yml
Normal file
6
emulators/fbalpha2012_cps1.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "fbalpha2012_cps1"
|
||||
type: alias
|
||||
alias_of: "fbneo"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as fbneo. See emulators/fbneo.yml for details."
|
||||
files: []
|
||||
6
emulators/fbalpha2012_cps2.yml
Normal file
6
emulators/fbalpha2012_cps2.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "fbalpha2012_cps2"
|
||||
type: alias
|
||||
alias_of: "fbneo"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as fbneo. See emulators/fbneo.yml for details."
|
||||
files: []
|
||||
6
emulators/fbalpha2012_cps3.yml
Normal file
6
emulators/fbalpha2012_cps3.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "fbalpha2012_cps3"
|
||||
type: alias
|
||||
alias_of: "fbneo"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as fbneo. See emulators/fbneo.yml for details."
|
||||
files: []
|
||||
6
emulators/fbalpha2012_neogeo.yml
Normal file
6
emulators/fbalpha2012_neogeo.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "fbalpha2012_neogeo"
|
||||
type: alias
|
||||
alias_of: "fbneo"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as fbneo. See emulators/fbneo.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: FinalBurn Neo
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/FBNeo"
|
||||
profiled_date: "2026-03-18"
|
||||
systems:
|
||||
- snk-neogeo-mvs
|
||||
- snk-neogeo-aes
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: FCEUmm
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/libretro-fceumm"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [nintendo-nes, nintendo-fds]
|
||||
|
||||
notes: |
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: FFmpeg
|
||||
type: utility
|
||||
source: "https://github.com/libretro/RetroArch"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- ffmpeg
|
||||
systems: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: fixGB
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/fixGB"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- fixgb
|
||||
systems:
|
||||
|
||||
6
emulators/fixnes.yml
Normal file
6
emulators/fixnes.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "fixnes"
|
||||
type: alias
|
||||
alias_of: "fceumm"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as fceumm. See emulators/fceumm.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Flycast
|
||||
type: standalone + libretro
|
||||
source: "https://github.com/flyinghead/flycast"
|
||||
profiled_date: "2026-03-18"
|
||||
systems:
|
||||
- sega-dreamcast
|
||||
- sega-naomi
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: fMSX
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/fmsx-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- fmsx
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: FreeChaF
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/FreeChaF"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- freechaf
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: FreeIntv
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/FreeIntv"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- freeintv
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: "FreeIntv (Touchscreen Overlay)"
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/FreeIntv"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- freeintv
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: FreeJ2ME
|
||||
type: libretro
|
||||
source: "https://github.com/hex007/freej2me"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- freej2me
|
||||
systems:
|
||||
|
||||
@@ -2,6 +2,7 @@ emulator: Frodo
|
||||
type: libretro
|
||||
cores: [frodo]
|
||||
source: "https://github.com/libretro/frodo-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [commodore-c64]
|
||||
|
||||
notes: |
|
||||
|
||||
6
emulators/fsuae.yml
Normal file
6
emulators/fsuae.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "fsuae"
|
||||
type: alias
|
||||
alias_of: "puae"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as puae. See emulators/puae.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Fuse
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/fuse-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- fuse
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: galaksija
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/galaxy-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- galaksija
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: GAM4980
|
||||
type: libretro
|
||||
source: "https://github.com/ThisBoringWorld/gam4980"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- gam4980
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Gambatte
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/gambatte-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [nintendo-gb, nintendo-gbc]
|
||||
|
||||
notes: |
|
||||
|
||||
6
emulators/gearboy.yml
Normal file
6
emulators/gearboy.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
emulator: "gearboy"
|
||||
type: alias
|
||||
alias_of: "gambatte"
|
||||
profiled_date: "2026-03-18"
|
||||
note: "This core uses the same BIOS/firmware as gambatte. See emulators/gambatte.yml for details."
|
||||
files: []
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Gearcoleco
|
||||
type: libretro
|
||||
source: "https://github.com/drhelius/Gearcoleco"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- gearcoleco
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Geargrafx
|
||||
type: libretro
|
||||
source: "https://github.com/drhelius/Geargrafx"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- geargrafx
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Gearlynx
|
||||
type: libretro
|
||||
source: "https://github.com/drhelius/Gearlynx"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [gearlynx]
|
||||
systems: [atari-lynx]
|
||||
verification: existence
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Gearsystem
|
||||
type: libretro
|
||||
source: "https://github.com/drhelius/Gearsystem"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- gearsystem
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Genesis Plus GX
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/Genesis-Plus-GX"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- genesis_plus_gx
|
||||
- genesis_plus_gx_wide
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Geolith
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/geolith-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
systems:
|
||||
- snk-neogeo-mvs
|
||||
- snk-neogeo-aes
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Game Music Emu
|
||||
type: utility
|
||||
source: "https://github.com/libretro/libretro-gme"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [gme]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Gong
|
||||
type: game
|
||||
source: "https://github.com/libretro/gong"
|
||||
profiled_date: "2026-03-18"
|
||||
cores: [gong]
|
||||
systems: []
|
||||
files: []
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: gpSP
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/gpsp"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- gpsp
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: "Game & Watch"
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/gw-libretro"
|
||||
profiled_date: "2026-03-18"
|
||||
cores:
|
||||
- gw
|
||||
systems:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Handy
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/libretro-handy"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [atari-lynx]
|
||||
|
||||
notes: |
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
emulator: Hatari
|
||||
type: libretro
|
||||
source: "https://github.com/libretro/hatari"
|
||||
profiled_date: "2026-03-18"
|
||||
systems: [atari-st, atari-ste, atari-tt, atari-falcon]
|
||||
|
||||
# Hatari requires a TOS ROM image to boot. The default filename is tos.img,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user