Skip to content

Commit

Permalink
Change keys map photo
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwwwwzx committed Feb 2, 2020
1 parent 9459903 commit 8693a52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8693a52

Please sign in to comment.