Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky authored Jul 9, 2020
1 parent 5f7a40a commit c19ec02
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ntrview
A Wii U client for NTR CFW's RemotePlay.

Top screen only for now, no fancy features.

## Configuration
ntrview uses a .ini file at `sd:/wiiu/apps/ntrview/ntrview.ini`. Here's a sample file:
```
[3ds]
ip=10.0.0.45
priority=1
priorityFactor=5
jpegQuality=80
QoS=18
[display]
background_r=0x00
background_g=0x00
background_b=0x00
```
`ip` is the IP address of your N3DS, while `priority`, `priorityFactor`, `jpegQuality` and `QoS` are standard NTR CFW options. If you're looking for values to try, you could check out the presets included with [Snickerstream](https://github.com/RattletraPM/Snickerstream/blob/master/Snickerstream.au3#L1039) - the sample file here uses Preset 1. `background_*` are the RGB background colour behind the 3DS image, which peeks through because of the 3DS's 15:9 aspect ratio.

0 comments on commit c19ec02

Please sign in to comment.