C++ Project Template - For Visual Studio 2015 (VS14.0)
- Uses NMake MakeFile Template 1
- Build Targets for Build, Netload and Citra 2
Requires DevKitPro
-
If running
make
on a clean directory or aftermake clean
crashes when creating the 3dsx, try rebuilding DevkitPro's 3dsTools -
Running Build (F6) on Visual Studio will Launch Citra or try to Netload the 3dsx file to the address configured on REMOTE_IP on MakeFile when on their associated Build Targets
-
When Adding a new Source File, add them externall then import them into the Project. Visual Studio will create the files on root, where they aren't acessible to DevkitPro.
-
Or use "Show All Files" mode for the above issue
Thanks to @SteveIce10 for BuildTools
Thanks to @astronautlevel2 for helping setup MakeFile and the BuildTools