Search results

  1. TotalJustice

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    i made the ctest patch, i thought i explained in already in another post, but couldn't find it. basically, it was reported to me that in the past that core3 would randomly be pinned to 100% usage when using ctest patch. i couldn't find anyone that still had this issue, nor a way to reproduce...
  2. TotalJustice

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    Yeah, feel free to host it wherever you want. The license is MIT, which means you can do whatever you want with code, even taking it closed source is fine :) As long as it works then it's fine I guess. My only concern is that in the next major fw, if es was to break again, that it may continue...
  3. TotalJustice

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    It's not working on fw17? Sys-patch has always worked on that fw. I haven't checked what changes everyone else has made, but nothing should've broken fw17 support
  4. TotalJustice

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    No. The log file is still there, that's why it's green, even after you deleted the system module
  5. TotalJustice

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    the pattern sys-patch broke on this fw, which is my fault. the change that broke was `reg0 = reg29 & 0x18` to `reg0 = reg29 & 0x1B`. A0.0091..0094A0..D1..FF97 should be fine for fw14+
  6. TotalJustice

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    Hi guys. I'll be taking my sys-patch repo down later today. My sigpatch updater is down as well as I received another dmca from Nintendo.
  7. TotalJustice

    GAMES THAT ARE NOT WORKING

    Use Hekate to format the SD card. Almost everything else is shit, including fat32format gui. Hekate will also tell you if the card is fake, will show all partitions, allow you to create partitions etc
  8. TotalJustice

    Homebrew RELEASE Nro2Nsp Retroarch Rom/Nro Forwarders!

    It is still a forwarder btw. The way we did it as you described, bundled the emulator core and ROM, then extract them to the SD card, then reinstall the forwarder that launches the extracted emulator core with the extracted ROM. I don't quite understand why you need this though. The same end...
  9. TotalJustice

    Homebrew NXMP Nintendo Switch Media Player

    the call you make to ` fsFsGetFileTimeStampRaw` needs to have the path buffer be of size `FS_MAX_PATH`. all paths passed to native fs behave that way btw. also, it needs to be a normal path, so "/switch/folder/file/", not "sdcard:/switch/folder/file", idk if thats what your paths are like but...
  10. TotalJustice

    Homebrew NXMP Nintendo Switch Media Player

    thank you! really appreciate it
  11. TotalJustice

    Homebrew NXMP Nintendo Switch Media Player

    Thank you! You can add file assoc file for hbmenu so if they click on a .MP4 file for example, it'll launch your app with the file path as argv1. My hbmenu / file browser that I'll release eventually will have the same thing Edit: here's an example for mgba. Tbh I think this is the only app...
  12. TotalJustice

    Homebrew NXMP Nintendo Switch Media Player

    Does this support opening a file via argv[1]? If not, would you be okay to add it? Ideally the app should exit after that file has been closed
  13. TotalJustice

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Game card installs with the distribution bit will crash when an update is installed, unfortunately. This has always been the case (any fw). Reinstall them with the bit unset and they'll work.
  14. TotalJustice

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    This is the nifm patch: https://armconverter.com/?lock=arm64&code=movz%20x0,%20%230xD180%0Amovk%20x0,%20%230x8F0,%20lsl%20%2316%0Asvc%20%230xB%0Amov%20x0,%20xzr%0Aret&offset=0 I added it as a hacky way to address this issue: https://github.com/misson20000/exefs_patches/issues/30 Idk if it...
  15. TotalJustice

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Yeah we decided against including the overlay That nifm patch adds a call to svcSleep, I added it to sys-patch and shared it with h others. So it won't be that What fw were you on before? I've got a bit of time tomorrow so I'll try and reproduce it
  16. TotalJustice

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    I'd archive some important stuff if i were you, just in case they decide to dmca me again. But yes, i will keep the thread, it's very valuable.
  17. TotalJustice

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    https://github.com/ITotalJustice/sys-patch/issues/5 TLDR: - games work - forwarders and xci installs don't if you need the latter, downgrade.
  18. TotalJustice

    GAME INSTALL ICON EMPTY! HELP

    You can try untitled, it'll show the game as a corrupted install https://github.com/ITotalJustice/untitled/releases/tag/v1.3.0
General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: @OctoAori20, Cool. Same here.