info: fix field systemid

This commit is contained in:
Steven Enten 2022-10-11 17:55:18 +02:00
parent 5af08f11ed
commit 9d3014a14b
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ categories = "Emulator"
# Hardware Information
systemname = "CHIP-8"
database = "CHIP-8"
system_id = "chip_8"
systemid = "chip_8"
license = "MIT"
permissions = ""
display_version = "GIT"

View file

@ -9,7 +9,7 @@ categories = "Emulator"
# Hardware Information
systemname = "Mac68k"
system_id = "mac68k"
systemid = "mac68k"
license = "GPLv2"
permissions = ""
display_version = "GIT"

View file

@ -10,7 +10,7 @@ categories = "Emulator"
# Hardware Information
systemname = "VaporSpec"
database = "VaporSpec"
system_id = "vaporspec"
systemid = "vaporspec"
permissions = ""
display_version = "GIT"
supports_no_game = "false"