Recent content by XCJLongbow

  1. X

    Homebrew Question Where to find an updated version of the Homebrew Launcher for 5.1.0

    ...And that announcement, as well as instructions on how to get HBL working on 5.1.0, had already been made prior to his post, and thus yours as well. Nothing Homebrew-breaking was patched, and the fix for HBL is as simple as creating a blank file.
  2. X

    Homebrew RELEASE Development Thread - RetroArch libnx

    I've refrained from commenting on the countless comments like this from you in the past, but seriously.. How many times are you planning to tell a developer to "look in the code over and over again," or "Research the code and find your mistakes" (from the previous regro thread)? I understand...
  3. X

    Homebrew RELEASE NX-Shell - Multipurpose File Manager for Nintendo Switch

    Then you can design and create one for yourself that better suits your deepest desires. OP isn't going to redesign his app over complaints from a single user, especially when those complaints are so flagrantly aggressive.
  4. X

    Homebrew RELEASE NX-Shell - Multipurpose File Manager for Nintendo Switch

    "Move" means moving a file from one location to another, without leaving a copy.. it's different than "just simple copy and paste."
  5. X

    Homebrew Question Need some help getting the DevKitPro compilation environment setup

    You still have to install the individual packages. sudo dkp-pacman -Sl (That's a lowercase L) Use that to list available packages, then use: sudo dkp-pacman -S * * being the package from the list you want. At minimum you'll want switch-sdl2, but I'd just install them all. They aren't...
  6. X

    Homebrew Question Need some help getting the DevKitPro compilation environment setup

    You need to install the switch-sdl2 packages from the devkitPro pacman. Instructions for that are available on the DKP/Switchbrew sites. (I can't post links)
  7. X

    Homebrew RELEASE GameBoy Advance Emulator port - gdkGBA (works on 5.0)

    The proper path for the ROMs is sd:/switch/roms/gba - your path is wrong. Also, your NRO file needs to be under sd:/switch - not an extra GBA folder.
  8. X

    Homebrew RELEASE GameBoy Advance Emulator port - gdkGBA (works on 5.0)

    Porting a simple, no-frills, no-GUI emulator like this one is magnitudes easier and quicker to do than to port something more complex like VBA. This was the quickest way to get us a functional emulator, and I applaud it. That said, I'm working on VBA, but it's a much different beast. If you can...