0
0
mirror of https://github.com/libretro/libretro-database synced 2025-04-26 08:01:02 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
5cfb6cd3d7 Uppercase all CRC entries ()
```
find . -type f -name '*.dat' -exec sed -E -e 's@crc ([a-zA-Z0-9]+) @crc \U\1 @' -i {} \;
```
2023-06-12 01:41:10 -04:00
=
f69f62f6e9 huge update, most console systems complete. 2022-12-21 13:08:40 -05:00