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 # Hardware Information
systemname = "CHIP-8" systemname = "CHIP-8"
database = "CHIP-8" database = "CHIP-8"
system_id = "chip_8" systemid = "chip_8"
license = "MIT" license = "MIT"
permissions = "" permissions = ""
display_version = "GIT" display_version = "GIT"

View File

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

View File

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