Skip to content

Commit b7baaf8

Browse files
committed
condone small cleanup; add README
1 parent b9d6bfd commit b7baaf8

File tree

4 files changed

+24
-30
lines changed

4 files changed

+24
-30
lines changed

ClientA.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

ClientB.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 3DS vJoy Controller
2+
This project allows anybody with one (or more) 3DS and vJoy to use their device(s) as a singular, coherent controller
3+
# Requirements
4+
- Nintendo 3DS
5+
- with this spicy firmware Nintendo loves
6+
- [vJoy](https://github.com/shauleiz/vJoy)
7+
- Python
8+
- `pyvjoy`
9+
## Build
10+
- [devkitARM](https://devkitpro.org/wiki/Getting_Started)
11+
# Getting the 3DS application
12+
## Universal Updater
13+
> [!NOTE]
14+
> The app is being submited to Universal DB to be available in the Universal Updater directly
15+
16+
## Release
17+
Go over to the releases and download the binary
18+
## Build
19+
`cd 3ds && make`
20+
# Usage
21+
1. Install the `.3dsx` app to your 3DS devices
22+
2. Start the server using `python3 server.py`
23+
3. Start the application on your 3DS devices
24+
4. Enter the IP of the server

ST.py renamed to server.py

File renamed without changes.

0 commit comments

Comments
 (0)