Recent content by VitoScaletta

  1. VitoScaletta

    Hardware Switch says "Unable to Charge" when plugged into pc but can charge when connected to dock

    Hello, I recently Updated my switch firmware to 14.1.2, everything was working fine except it sometimes it would say game card could not be read. anyways I turned off my switch to add files to the SD Card and when i plugged my switch back in it said "the last usb device you connected to this...
  2. VitoScaletta

    Homebrew app How would I redirect to another nro.

    Hello. I'm trying to redirect to another nro file from a console c++ app. I'm trying to get back into a switch homebrew and I have no clue on how to start. I would have the other nro file on the sd card in the same place as the launcher file. Any help would be appreciated.
  3. VitoScaletta

    Misc fstream not working in sdl project.

    Thank you, this worked.
  4. VitoScaletta

    Misc fstream not working in sdl project.

    if I'm understanding right, that wouldn't be the problem since I can write a string with "data/image.png" in it and it works just fine.
  5. VitoScaletta

    Misc fstream not working in sdl project.

    Hello, I'm very new to Nintendo Switch Homebrew and this seems like it is very simple and I'm just quite retarded because I would assume fstream works the same as a normal c++ project. basically I'm trying to load a image in sdl though fstream. if I compile it for windows it will work just fine...