mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-19 18:32:48 +00:00
feat: add batocera standalone overrides for wine-dependent emulators
This commit is contained in:
parent
c8cba9d519
commit
79f2d82072
1 changed files with 10 additions and 0 deletions
|
|
@ -10,6 +10,16 @@
|
|||
# add_cores: [core_to_add]
|
||||
# remove_cores: [core_to_remove]
|
||||
|
||||
# Batocera: standalone emulators that Config.in selects via compound flags
|
||||
# (BATOCERA_WINE, BATOCERA_CORES_STILL_COMMERCIALIZED) which the scraper
|
||||
# doesn't resolve. These are confirmed available on x86_64 via Config.in.
|
||||
batocera:
|
||||
targets:
|
||||
x86_64:
|
||||
add_cores: [citron, demul, model2, xenia]
|
||||
zen3:
|
||||
add_cores: [citron, demul, model2, xenia]
|
||||
|
||||
retroarch:
|
||||
targets:
|
||||
nintendo-switch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue