Update scripts and NES compatibility, add PNG to NES CHR convert

This commit is contained in:
2023-11-01 23:22:11 +01:00
parent 9be90d7629
commit fa7bc447fc
14 changed files with 379 additions and 28 deletions

5
Tools/python3.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
[ "$(shell uname --operating-system)" = "Msys" ] \
&& cmd //c "$(cygpath --windows "$(dirname "$(realpath "$0")")/WindowsRefreshEnv.cmd") && python3 $@" \
|| python3 $@ \
;