mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-14 04:42:32 -05:00
chore: add acorn, gce, texas-instruments to manufacturer prefixes
This commit is contained in:
@@ -698,10 +698,11 @@ def resolve_platform_cores(
|
|||||||
|
|
||||||
|
|
||||||
MANUFACTURER_PREFIXES = (
|
MANUFACTURER_PREFIXES = (
|
||||||
"apple-", "microsoft-", "nintendo-", "sony-", "sega-", "snk-",
|
"acorn-", "apple-", "microsoft-", "nintendo-", "sony-", "sega-",
|
||||||
"panasonic-", "nec-", "epoch-", "mattel-", "fairchild-", "hartung-",
|
"snk-", "panasonic-", "nec-", "epoch-", "mattel-", "fairchild-",
|
||||||
"tiger-", "magnavox-", "philips-", "bandai-", "casio-", "coleco-",
|
"hartung-", "tiger-", "magnavox-", "philips-", "bandai-", "casio-",
|
||||||
"commodore-", "sharp-", "sinclair-", "atari-", "sammy-",
|
"coleco-", "commodore-", "sharp-", "sinclair-", "atari-", "sammy-",
|
||||||
|
"gce-", "texas-instruments-",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user