More actions
m (HydeWing moved page NSP Forwarder Switch to NSP Forwarder tool Switch without leaving a redirect) |
No edit summary |
||
Line 5: | Line 5: | ||
|author=martinpham | |author=martinpham | ||
|lastupdated=2021/05/02 | |lastupdated=2021/05/02 | ||
|type= | |type=Emulation and Forwarders | ||
|version=2021 | |version=2021 | ||
|license=Mixed | |license=Mixed |
Latest revision as of 11:30, 20 Haziran 2023
NSP Forwarder tool for 12+ | |
---|---|
General | |
Author | martinpham |
Type | Emulation and Forwarders |
Version | 2021 |
License | Mixed |
Last Updated | 2021/05/02 |
Links | |
Download | |
Website | |
Source | |
NSP Forwarder tool for Switch 12+.
Based on hacBrewPack, for Windows.
User guide
Step by step:
- Download NSP-Forwarder-master.zip.
- Extract to a folder on your Desktop, eg: NSP-Forwarder. Then copy your prod.keys file into it.
- Press [Window]+R, then type
cmd
, press Enter to openCommand Prompt
. - Type
cd
, [Space], then drag theNSP-Forwarder
folder into theCommand Prompt
windows, press Enter. - Type
build APP_NAME ICON_PATH NRO_PATH
then press Enter:- APP_NAME = Display name of the your app.
- ICON_PATH = Path of icon file.
- NRO_PATH = Path to the nro file.
- You can drag the icon file into the Command Prompt instead of typing the path.
Example build DBI C:\Users\ZZZ\Desktop\icon.jpg /switch/DBI.nro
It will build the NSP file and places it into the NSP
folder.
Notes:
- If you have problem with DLL file, try to install MSYS2.
- Some prebuilt NSPs cane be found on the release thread.
Other versions
- Modify script for creating multiple retro forwarders by Meliodas2255.
- GUI for NSP Forwarder tool for 12+ by EddCase.