Recent content by Zer0Risk

  1. Z

    Tutorial Setting up Visual Studio 2017 environment for Nintendo Switch homebrew development

    Tbh idk, afaik its set by the devkitpro installer. Its so weird I thought, I did everything correct :(
  2. Z

    Tutorial Setting up Visual Studio 2017 environment for Nintendo Switch homebrew development

    I am using Windows 10 1909 with msys2 installed but that comes with devkit by default.
  3. Z

    Tutorial Setting up Visual Studio 2017 environment for Nintendo Switch homebrew development

    I guess. I got DEVKITA64 and DEVKITPRO correctly setup, the rest (*ARM and *PPC) has no directory nor files.
  4. Z

    Tutorial Setting up Visual Studio 2017 environment for Nintendo Switch homebrew development

    Ty for the tutorial. For me the makefile doenst compile in VS but on cmd with msys2 "make" it worked. My Problem is, I can't call the plInitialize() function from pl.h, a PlServiceType is required as argument :O ?? Could someone explain me what to do now xD. Thx in advance.