Recent content by caHarkness

  1. C

    Switch Homebrew Bounty Month 1: and the winner is...

    I'm honored to have been a part of this. It's the first time I've ever been a part of a programming competition, and the fact that my work is even sitting on the list at all, excites me! Thanks! Congrats to the winners!
  2. C

    Homebrew EdiZon - Discussion Archive

    If it helps you understand where I'm coming from, I'm trying to visualize how inventory slot editing (+ their durability and bonus values) would work in Breath of the Wild. I've actually taken apart and studied Marc Robledo's HTML5/JavaScript save editor in order to make it entirely JavaScript...
  3. C

    Homebrew EdiZon - Discussion Archive

    In regards to game save editing, are there any plans on supporting more widgets, like strings or drop downs that fill from a common JSON key? Perhaps even conditionally shown widgets? I probably need to study the code more, because I am aware games can specify their own "controllers"...
  4. C

    Homebrew Discussion [POLL] FAT32 vs. exFAT | issue discussion

    I have a 128 GB Samsung Evo Select microSD card and it has been formatted as exFAT for nearly a year now, with daily use. My entire Switch library and those 30 second clips live on it, so it definitely sees a lot of reads and writes. My Switch has probably been hacked for about two weeks now...
  5. C

    Homebrew Bounty 2018 Month 1: Switch Tools and Utilities

    Your work actually inspired mine. It probably wasn't obvious at first, but I was the one that inquired about UI libraries on your Discord! Don't be confused though, if someone asked me about where they should look for porting their JavaScript apps to Switch, I'd recommend your Brew.js over what...
  6. C

    Homebrew Bounty 2018 Month 1: Switch Tools and Utilities

    Lua.js (luajs-interop on GitHub) Hi there, new to the community and new to Switch and C/C++ development, but not programming. I want to share my small template project for beginners that includes both Lua and JavaScript interpretation side by side. I can't directly share a link as a new...
  7. C

    Hacking What's Your Setup?

    Finally joined GBATemp because I've been lurking long enough and this post was inviting, so here's my setup... BOOT0/BOOT1/NAND (backup of my Switch in airplane mode with no wireless networks—before any hacking) CTCaer Hekate bootloader AutoRCM enabled Memloader payload (slightly more...