From 22adcda91ac80fa47a567ba065e02ce285b02292 Mon Sep 17 00:00:00 2001 From: lizardman <70731020+lizardman0@users.noreply.github.com> Date: Wed, 9 Sep 2020 22:45:16 -0300 Subject: [PATCH] add switch port readme --- SWITCH-README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SWITCH-README.md diff --git a/SWITCH-README.md b/SWITCH-README.md new file mode 100644 index 0000000..893e4c6 --- /dev/null +++ b/SWITCH-README.md @@ -0,0 +1,16 @@ +# Zatacka X - Switch port + +Quick and dirty port of zatackax. + +## Known issues + +- No support for single joycon mode +- No icon +- Config is hardcoded and not saved on exit. This was mostly deliberate, but I should probably add a + way where overrides are saved to the sd card. + +## Building + +Install devkitpro, the required port libs, and run make on `switch-build` folder. Ideally I +should've integrated the build with the original project's autotools configuration, but this keeps +things simple for now.