RiiConnect24 / UTag

RiiTag for Wii U
GNU General Public License v3.0
18 stars 2 forks source link

Port to Aroma #3

Closed Brawl345 closed 2 years ago

Brawl345 commented 3 years ago

I ported the plugin to the upcoming Aroma (brand new Wii U homebrew env)

and cleaned it up a bit. I used FILE because that's what seemed logical to me (and it would loop infinitely). I also changed the location of the utag.txt to "SD://wiiu/" to not clutter up the SD card. I don't know if #2 is fixed by this, but Aroma is more stable in general.

Article about Aroma: https://wiidatabase.de/einblick-in-aroma-die-neue-homebrew-umgebung-fuer-die-wii-u/ (German)

Brawl345 commented 2 years ago

This is now ready to be merged! I also added GitHub Actions support which will build the plugin on every commit + PR. It will create a new 'preview' release on every commit - if you don't want that, comment out the "deploy-binary" step in the .github/workflows/ci.yml (or reply and I will do it).

Maybe I will port it to use the new storage API and add a button to RiiTag to download the pre-configured JSON that the user just has to put on the SD card instead of messing with a text file.

(build for the impatient: utag.zip extract into SD://wiiu/environments/aroma/plugins and create "SD://wiiu/utag.txt" with your riitag key like before)