From 8693a5281751b2397e36c08601d809f923353a04 Mon Sep 17 00:00:00 2001 From: wwwwwwzx Date: Sun, 2 Feb 2020 15:21:55 -0800 Subject: [PATCH] Change keys map photo --- .travis.yml | 2 +- README.md | 9 ++++++--- appveyor.yml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 619eb25..2323fc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ script: before_deploy: - /usr/local/Cellar/qt/5.13.2/bin/macdeployqt NXController.app -dmg -verbose=2 - - zip -r NXController-macOS.zip NXController.dmg bin\Joystick.hex bin\atmosphere\contents\430000000000000B\exefs.nsp + - zip -r NXController-macOS.zip NXController.dmg bin deploy: provider: releases diff --git a/README.md b/README.md index e270075..a6c7095 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,12 @@ - Via wifi connection: [sys-botbase](https://github.com/olliz0r/sys-botbase) - Modified console only - Read and write memory -![](https://i.imgur.com/axVMUc9.png) -Similar configuration as yuzu: -![](https://i.imgur.com/UqwOnHz.png) + ![](https://i.imgur.com/axVMUc9.png) + + +Default configuration is the same as yuzu: + ![](https://imgur.com/7CS52T7.png) + ## To do - Add scripts for botting - Allow user to change configuration diff --git a/appveyor.yml b/appveyor.yml index bacff27..35671b0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ after_build: - cmd: xcopy /I bin\atmosphere\contents\430000000000000B\exefs.nsp NXController-windows\atmosphere\contents\430000000000000B\ - cmd: 7z a NXController-%OS%.zip NXController-windows\ # Linux - - sh: zip -r NXController-linux.zip NXController bin\Joystick.hex bin\atmosphere\contents\430000000000000B\exefs.nsp + - sh: zip -r NXController-linux.zip NXController bin artifacts: - path: NXController-%OS%.zip