mirror of
https://github.com/Abdess/retrobios.git
synced 2026-07-01 06:30:02 +00:00
feat: add target fields to registry, create targets directory
This commit is contained in:
parent
de58f3f28e
commit
ac66f0b73b
2 changed files with 29 additions and 0 deletions
11
platforms/targets/_overrides.yml
Normal file
11
platforms/targets/_overrides.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Manual target overrides.
|
||||
# This file is NEVER overwritten by scrapers.
|
||||
# Use it to add aliases, add/remove cores per target.
|
||||
#
|
||||
# Format:
|
||||
# platform_name:
|
||||
# targets:
|
||||
# target-name:
|
||||
# aliases: [alias1, alias2]
|
||||
# add_cores: [core_to_add]
|
||||
# remove_cores: [core_to_remove]
|
||||
Loading…
Add table
Add a link
Reference in a new issue