mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-19 10:32:47 +00:00
Fix: quote numeric CRC32 value so YAML parses it as string
This commit is contained in:
parent
7da8d2f777
commit
26163fe038
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ systems:
|
|||
required: true
|
||||
md5: a860e8c0b6d573d191e4ec7db1b1e4f6
|
||||
sha1: 300c20df6731a33952ded8c436f7f186d25d3492
|
||||
crc32: 81977335
|
||||
crc32: '81977335'
|
||||
size: 16384
|
||||
native_id: MiSTer - Game Boy Advance
|
||||
core: GBA_MiSTer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue