Merge pull request #1686 from enten/info_fix_field_systemid

info: fix field systemid
This commit is contained in:
Ömercan Kömür 2022-10-11 21:38:44 +03:00 committed by GitHub
commit a3a919da2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"