Recent content by sermuns

  1. sermuns

    Homebrew app Real-time, system-wide pitch shifting?

    I'm sorry you're having this problem. It's an interesting problem, possibly quite resource intensive performing continuous pitch-shift. I'm not aware of any sys-modules that "middle-man" the entire audio system and change it in any way, or does anyone know of maybe system-wide EQ:ing? I'm...
  2. sermuns

    Homebrew Is there an app to install games that I have on my PC from my swtich?,

    Are you asking for wireless/over-the-network title installation? This is possible using Awoo/Cyberfoil on the NX-side and ironfoil/NS-USBloader on the PC side. (Disclaimer, I am the author of ironfoil).
  3. sermuns

    Homebrew Homebrew app ironfoil-gui | NS-USBloader replacement without Java

    ah yes, I notice too that ironfoil gui gets weirdly out of sync especially when installation goes unexpectedly fast due to Sphaira skipping titles already present.. Gonna look into that! https://github.com/sermuns/ironfoil/issues/32 Also XCZ I will add in v0.4.5, give me a sec! EDIT: now...
  4. sermuns

    Homebrew Atmosphere v1.11.0 released, adds support for Switch firmware 22.0.0

    I would like to cheekily promote my own alternative to NS-USBloader which requires no dependencies, no Java. It's called ironfoil. Both available as a command-line tool and a graphical interface. https://gbatemp.net/threads/ironfoil-gui-ns-usbloader-replacement-without-java.680665...
  5. sermuns

    Homebrew ironfoil - CLI tool to transfer to Awoo installer

    Interesting. Do you use GitHub and would you be willing to respond to my request for more details on the tracking issue I created: https://github.com/sermuns/ironfoil/issues/24#issuecomment-4305958900 If not, you can just respond here or in a direct message.
  6. sermuns

    Homebrew Homebrew app ironfoil-gui | NS-USBloader replacement without Java

    On Linux and MacOS you shouldn't need to do any manual intervention with USB drivers, those already configured with the OS should work. On Windows (unfortunately ONLY) `WinUSB` driver is supported. This is unfortunate as most projects in the NS homebrew use `libusbK` driver.
  7. sermuns

    Homebrew Homebrew app Sphaira - hbmenu replacement

    ironfoil, my alternative to NS-USBloader, now supports Sphaira USB installs, please check it out! GBA thread: https://gbatemp.net/threads/ironfoil-gui-ns-usbloader-replacement-without-java.680665/ GitHub: https://github.com/sermuns/ironfoil
  8. sermuns

    Homebrew Homebrew app ironfoil-gui | NS-USBloader replacement without Java

    Hello friends! I have spent the last weeks adding a graphical frontend to ironfoil. It is now usable for transferring over USB to title installers... - based on the Tinfoil USB protocol (Awoo, CyberFoil, etc.) - the USB install in Sphaira. and RCM payload injection Why ironfoil instead of...
  9. sermuns

    Homebrew Tutorial SDUSB - The modern way to play Wii U games from SD - at full speed

    If anyone else was looking to partition the SD card on Linux using fdisk (no GUI bloat) here’s how I did it: 1. Identify your SD card device: $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 0B 0 disk sdb 8:16 1 29.7G 0 disk └─sdb1...
  10. sermuns

    Preliminary list of updated homebrew apps and tools for FW 21.0.0 | AMS 1.10.0 | Please add your findings!!!

    I've taken a look, and sorry, I'm not interested in writing Java/Kotlin, which seems necessary for something like this.
  11. sermuns

    Preliminary list of updated homebrew apps and tools for FW 21.0.0 | AMS 1.10.0 | Please add your findings!!!

    I recently released ironfoil, a command-line alternative to NS-USBloader and similar PC tools that are used to transfer to Awoo/TinFoil and also CyberFoil. I would be very happy if it would be added to the list https://github.com/sermuns/ironfoil :).
  12. sermuns

    Homebrew ironfoil - CLI tool to transfer to Awoo installer

    The project now has a logo/banner and prebuilt binaries are now being published for every version! v0.1.3 is the first published release, follow the link to find the latest release: https://github.com/sermuns/ironfoil/releases/latest
  13. sermuns

    Homebrew ironfoil - CLI tool to transfer to Awoo installer

    ironfoil is a project I've been working on for the last couple of days. I like NS-USBloader, but I really don't like to use GUIs unless I have to. That, combined with distaste for Java caused me to try to reimplement parts of NS-USBloader as a tiny command-line tool in Rust. I'm very proud of...
  14. sermuns

    Rust developer says hello!

    F it. I published it under my normal GitHub account. https://github.com/sermuns/ns-usbloader-rs. It's functional, but only supporting NSP:s for now. I will make an real announcement post when I feel it is more feature complete.