Merge branch 'cooker' into feat/shadps4

This commit is contained in:
XargonWan 2024-09-10 10:48:07 +09:00
commit ed4e875701

View file

@ -0,0 +1,5 @@
#!/bin/bash
features=config/retrodeck/reference_lists/features.json
jq . $features > $features.tmp && mv -f $features.tmp $features