Recent content by Blurro

  1. Blurro

    [Release] StreaMu - YouTube music player for 3DS

    Couldn't find my phone so I got this from UniversalDB to try out instead while I do dishes (FourthTube also appears to have broken). It's a nice app but it wasn't the most straightforward setup. The app itself didn't give any instructions so I had to search to find this. While this is my own...
  2. Blurro

    Hacking Tutorial Flipnote NDS .ppm file direct audio import tool

    The main post's image shows speed -> frames per second. I cant really provide every possible combination like 1->2, 1->3, 1->4 etc though Actually scratch that ive made it easy for you Py code to get all multipliers and result quality from your final speed input Change the number under 'Input'...
  3. Blurro

    Remove max 300 play coin limit on 3DS?

    It comes in the form of a custom boot.firm (injects hooks from loader, uses a Rosalina thread to save updates to file) Some new features to this coin uncap mod: Keeps a 'tracked coins' count, basically "what youd have if you didnt cheat coins" while still technically allowing coin setting...
  4. Blurro

    Remove max 300 play coin limit on 3DS?

    Streetpass games take forever to complete even with uncapped limits (i still havent) so im surprised you'd want 1 every 1000 steps, I suppose its doable to implement that though as a config screen
  5. Blurro

    Remove max 300 play coin limit on 3DS?

    ah oops, should be visible now
  6. Blurro

    Remove max 300 play coin limit on 3DS?

    Hi all, I've created the first fully functional Play Coin uncapper! Removes 10 a day limit Removes 300 total limit (now 30000) Works despite games trying to reset the count No need to boot a HB app, works by hooking code to the home menu directly Demo: Will be making a formal release soon...
  7. Blurro

    Hacking Tutorial Flipnote NDS .ppm file direct audio import tool

    just to put this here, he did message me on discord and the issue was not having openssl (for signing) preinstalled on their computer like the tool assumed, so I made a new ver with the openssl lib packed inside here if anyone else has signing issues 1752870664 Yeah I dunno I never edited the...
  8. Blurro

    Hacking ROM Hack Project Mario Kart Arcade GP DX model extractor and importer tool WIP

    Hey all within the last 2 weeks someone suggested to me modding Mario Kart Arcade GP DX, and so from there I learned about the leaked rom, about using TeknoParrot to run it, all that stuff and have been working on this since. https://github.com/Blurro/MKArcadeGPDXTool Download here ^^^ The...
  9. Blurro

    Hacking Tutorial Flipnote NDS .ppm file direct audio import tool

    Hi could you send me the wavs you tried? Contact me on discord @ blurro if you can If it says corrupted on Flipnote itself that usually means the RSA key sign didn't work. Try this build which doesn't use the curl command to grab it & this has openssl signing lib built in
  10. Blurro

    Do you have a Nintendo Switch 2 pre-order yet, and do you plan on buying one at all?

    i aint interested til we have homebrew, if that means i never get one then so be it lol
  11. Blurro

    Homebrew Citro2D C2D_Image example

    deleted
  12. Blurro

    Hacking Tutorial Flipnote NDS .ppm file direct audio import tool

    so youre trying to extract audio from a flipnote file? what file are you entering when you do this? if you're trying to modify the flipnote by importing audio, you're supposed to drag the sound file (.wav, mp3, mp4...) on top of the program in your file explorer, not double clicking the program
  13. Blurro

    Homebrew Citro2D C2D_Image example

    well then itd be drawing two images instead of one I'll share the project after i do some more but first sort out where this current leak is coming from, cus I checked every alloc and free and array assignment and it all looks fine yet it crashes around 30-70 min of running (i left it open for...
  14. Blurro

    Homebrew Citro2D C2D_Image example

    dang bruh lol i was trying all sorts to fix. wish i was better at tracking down the source of issues like this :wacko: Thanks for finding that tho and the freeing tip, have ditched the big square+crop method now lol. What're you working on? I'm currently on this pictochat remake idea ive got...
  15. Blurro

    Homebrew Citro2D C2D_Image example

    I've genuinely spent hours going through different projects, examples, all sorts, just trying to find a way to make an image in memory then draw it to screen, the closest attempt I got had the swizzle result and i just couldn't figure how to unswizzle or where the documentation for it was at...