Skip to content

Commit

Permalink
sort the file after adding a preliminary driver
Browse files Browse the repository at this point in the history
  • Loading branch information
FollyMaddy committed Dec 4, 2022
1 parent 2b8f777 commit 19fff51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 00-databases-00/sorted_info_creation/0XXX/00-create-inis
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ for preliminarydriver in $preliminarydrivers
do
[[ -n $(/opt/retropie/emulators/mame/mame -listdevices $preliminarydriver) ]]&&echo $preliminarydriver >> jakks.ini
done

#sort the file
sort -o jakks.ini jakks.ini

#remove old konamih.ini and create a recent one (with emulation="good" check)
#check on good emulation is done because with the tutorial the list had only good roms
Expand Down

0 comments on commit 19fff51

Please sign in to comment.