Skip to content

Commit

Permalink
condone small cleanup; add README
Browse files Browse the repository at this point in the history
  • Loading branch information
memeToasty committed Apr 9, 2024
1 parent b9d6bfd commit b7baaf8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 30 deletions.
15 changes: 0 additions & 15 deletions ClientA.py

This file was deleted.

15 changes: 0 additions & 15 deletions ClientB.py

This file was deleted.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 3DS vJoy Controller
This project allows anybody with one (or more) 3DS and vJoy to use their device(s) as a singular, coherent controller
# Requirements
- Nintendo 3DS
- with this spicy firmware Nintendo loves
- [vJoy](https://github.com/shauleiz/vJoy)
- Python
- `pyvjoy`
## Build
- [devkitARM](https://devkitpro.org/wiki/Getting_Started)
# Getting the 3DS application
## Universal Updater
> [!NOTE]
> The app is being submited to Universal DB to be available in the Universal Updater directly
## Release
Go over to the releases and download the binary
## Build
`cd 3ds && make`
# Usage
1. Install the `.3dsx` app to your 3DS devices
2. Start the server using `python3 server.py`
3. Start the application on your 3DS devices
4. Enter the IP of the server
File renamed without changes.

0 comments on commit b7baaf8

Please sign in to comment.