diff --git a/dist-scripts/wiiu-cores.sh b/dist-scripts/wiiu-cores.sh index 630820339f..e205873c53 100755 --- a/dist-scripts/wiiu-cores.sh +++ b/dist-scripts/wiiu-cores.sh @@ -1,5 +1,10 @@ #!/bin/sh +# usage: +# copy core libs (*_libretro_wiiu.a), info files (https://github.com/libretro/libretro-super/tree/master/dist/info) +# and icons (https://github.com/libretro/retroarch-assets/tree/master/pkg/wiiu) to this directory then run +# the script. the output will be in retroarch/pkg/wiiu + RARCH_VERSION=1.3.6 platform=wiiu @@ -20,7 +25,7 @@ gen_meta_xml() echo '' >> "$libretro"_meta.xml echo ' '$corename'' >> "$libretro"_meta.xml echo ' '$authors'' >> "$libretro"_meta.xml - echo ' 1.36' >> "$libretro"_meta.xml + echo ' '$RARCH_VERSION'' >> "$libretro"_meta.xml echo ' '`date +%Y%m%d%H%M%S`'' >> "$libretro"_meta.xml echo ' RetroArch' >> "$libretro"_meta.xml echo ' '$display_name'' >> "$libretro"_meta.xml