Recent content by Mokiki

  1. M

    Is this proper code for external harddrive installing?

    im not a bot i was just wondering if this was legit
  2. M

    Is this proper code for external harddrive installing?

    C++ #include <switch.h> #include <libnx.h> #include <devkitpro.h> #include <swipc.h> #include <stratosphere.h> // Install an NSP game to an external USB drive. void InstallNSPGameToUSB(const char* nsp_file, const char* usb_path) { // Open the NSP game file. FILE* file = fopen(nsp_file...
  3. M

    Homebrew Does this .py code make sense

    import nx import os def install_nsp(nsp_file, usb_drive): """Installs an NSP game to a USB drive. Args: nsp_file: The path to the NSP file. usb_drive: The path to the USB drive. """ # Create a temporary directory to store the extracted NSP files. temp_dir =...
  4. M

    Homebrew Does this .py code make sense

    import subprocess def install_nsp(nsp_file, usb_drive): """Installs an NSP file to a USB drive. Args: nsp_file: The path to the NSP file. usb_drive: The path to the USB drive. """ command = ["tinfoil", "install", nsp_file, "--output-dir", usb_drive] subprocess.run(command...
  5. M

    Homebrew NXMP Nintendo Switch Media Player

    OK thanks for clearing that up for me
  6. M

    Homebrew NXMP Nintendo Switch Media Player

    I have a noob question. I can't seem to figure out how the path for my ftp file is supposed to be. assuming my files are on c:/files, how would the path for ftp look? source=TESTFtp|ftp://user:[email protected]:21/C:\files is this correct?
  7. M

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    Oh ok. its just all the boxes are checked off and fusee was updated 28 mins ago, libraries, meso and exo were updated an hour ago. I thought maye it was just a matter of build time now. I don't really understand github anyway.
  8. M

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    Aw snap all the pre release atmosphere files are updated for 13. Maybe a matter of hours?
  9. M

    Hacking Updated Bluetooth drivers.

    Ok thanks. I didn't realize changes are documented on the switchbrew wiki. I'll check that first from now on. Thanks!
  10. M

    Hacking Updated Bluetooth drivers.

    This may be too early to ask this, but does anyone know what was done to the Bluetooth driver in the new update?
  11. M

    Hacking Question When will a free XCI Backup Loader be released?

    Dont be a smart ass. You want a legit reason to have .xci loading and i gave you one. People say why, i just told you why. If you cant grasp the concept of a huge external harddrive with .xci games on it that is just plug and play, freeing up space on your sd card for the games you want to...
  12. M

    Hacking Question When will a free XCI Backup Loader be released?

    I would like to run .xci from an external harddrive. 2TB external hard drive. Is this so unreasonable? I keep seeing this argument about putting it on the SD card ,blah blah. I want to use an external harddrive to run my .xcis off of. Freeing up my sd card for longer games.
  13. M

    Hacking XorTroll working on USB HDD Feature

    Is their a quick guide to compiling this
  14. M

    Homebrew Question USB install to docked switch

    What can I use to simply plug my external hard drive to my switch dock and install that way