-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9d6bfd
commit b7baaf8
Showing
4 changed files
with
24 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.