mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-15 13:22:31 -05:00
feat: add fbneo cheats data directory
This commit is contained in:
@@ -33,6 +33,11 @@ systems:
|
|||||||
- taito-cchip
|
- taito-cchip
|
||||||
- ym2608
|
- ym2608
|
||||||
|
|
||||||
|
data_directories:
|
||||||
|
- ref: fbneo-cheats
|
||||||
|
destination: fbneo/cheats
|
||||||
|
source_ref: "src/burner/conc.cpp:167"
|
||||||
|
|
||||||
notes: |
|
notes: |
|
||||||
FinalBurn Neo is a multi-system arcade and console emulator. BIOS files are
|
FinalBurn Neo is a multi-system arcade and console emulator. BIOS files are
|
||||||
expected as MAME-format ZIP archives containing individual ROM chips. The
|
expected as MAME-format ZIP archives containing individual ROM chips. The
|
||||||
|
|||||||
@@ -196,6 +196,15 @@ data_directories:
|
|||||||
local_cache: data/stonesoup
|
local_cache: data/stonesoup
|
||||||
description: "DCSS game data (tiles, fonts, databases, lua, level descriptions)"
|
description: "DCSS game data (tiles, fonts, databases, lua, level descriptions)"
|
||||||
|
|
||||||
|
# ref: FBNeo src/burner/libretro/libretro.cpp — system/fbneo/cheats/
|
||||||
|
fbneo-cheats:
|
||||||
|
source_url: "https://github.com/finalburnneo/FBNeo-cheats/archive/refs/heads/{version}.zip"
|
||||||
|
source_type: zip
|
||||||
|
version: master
|
||||||
|
local_cache: data/fbneo-cheats
|
||||||
|
strip_components: 1
|
||||||
|
description: "FinalBurn Neo per-game cheat definitions"
|
||||||
|
|
||||||
# ref: dirksimple — system/
|
# ref: dirksimple — system/
|
||||||
dirksimple:
|
dirksimple:
|
||||||
source_url: "https://buildbot.libretro.com/assets/system/DirkSimple.zip"
|
source_url: "https://buildbot.libretro.com/assets/system/DirkSimple.zip"
|
||||||
|
|||||||
@@ -252,6 +252,8 @@ systems:
|
|||||||
data_directories:
|
data_directories:
|
||||||
- ref: fbneo-hiscore
|
- ref: fbneo-hiscore
|
||||||
destination: fbneo
|
destination: fbneo
|
||||||
|
- ref: fbneo-cheats
|
||||||
|
destination: fbneo
|
||||||
core: fbneo
|
core: fbneo
|
||||||
manufacturer: Various
|
manufacturer: Various
|
||||||
docs: https://docs.libretro.com/library/fbneo/
|
docs: https://docs.libretro.com/library/fbneo/
|
||||||
|
|||||||
Reference in New Issue
Block a user