Recent content by Pk11

  1. Pk11

    Homebrew [NDS] Forwarder CIAs for your HOME Menu

    That's what YANBF exists for. Both exist because there's tradeoffs either way. This one is faster and has animated icons with 3D DSiWare banners, YANBF can have 300 and has high res static icons and 2D banners. These limitations are inherent to their software type, you can freely mix and match...
  2. Pk11

    Hacking Emulation Homebrew What were your favourite DS Homebrew from back in the day?

    linfox's a good site, though https://sanrax.github.io/flashcart-guides/ is what I'd recommend. Linfox mostly has the official kernels for carts and doesn't have anything there newer than 2011, for some carts it'll be the same, but sometimes there's a better option for the kernel. Its just files...
  3. Pk11

    Homebrew [Release] NFTR Editor, a tool for editing nftr font files

    Sorry about that, I lost that domain a while ago and apparently that's what's become of it... I updated it to the new link
  4. Pk11

    Homebrew Misc Project Looking for 3DS C++ Homebrew app developer

    I have no idea how good it is cause I don't use C#, but there exists a C# runtime for 3DS https://github.com/saiitanaa/ReSharp3DS
  5. Pk11

    GBARunner3?

    The ones listed on GitHub as #79 (for "develop", the main branch) and #80 for "cache-hicode" which I think is the current most popular build. k66 uploaded them a few posts back.
  6. Pk11

    GBARunner3?

    It's the one listed as #85 on GitHub, I wouldn't necessarily call it the "latest" version as its an unmerged PR, but it is the most recent work by anyone.
  7. Pk11

    GBARunner3?

    You can't download it cause it hasn't been built -- it says it's waiting for workflow approval. Here's a build of #205's latest commit.
  8. Pk11

    Homebrew MPEG4 Player for DS and DSi

    https://github.com/Epicpkmn11/MPEG4Player/releases/tag/latest I don't have write access to Gericom's repo or anything, but I put my latest build from this thread onto my fork. It's not rebuilt or anything, just a reupload of the same file.
  9. Pk11

    Homebrew NightClock : a relaxing clock app

    It (Universal-DB) scans hourly for apps updated in the last month and 6 hourly for everything
  10. Pk11

    Homebrew Homebrew app [WIP] Spoti3DS – Native Spotify Connect Client for 3DS

    ohh, yeah I'm not certain that's even possible on 3DS... I think I remember something about needing to explicitly hand off sound privilege to applets or they can't play sound while a game is running. I'm hesitant to say anything's fully impossible but yeah that's a very fair line to draw :P
  11. Pk11

    Homebrew Homebrew app [WIP] Spoti3DS – Native Spotify Connect Client for 3DS

    not trying to pressure you or anything, but i implemented lid closed WiFi fairly recently; this is how you do it: https://github.com/Universal-Team/Universal-Updater/blob/1ce177f3053bb643cd660845cf7850b64fffa09e/source/utils/exclusiveMode.cpp blocking HOME is obv not required, but that weird...
  12. Pk11

    Homebrew [WIP] rehid:- Button remapping for 3ds

    To install manually, you can download 0004013000001D02.cxi and put it in sdmc:/luma/sysmodules, build a remap and put the rehid.json in sdmc:/rehid
  13. Pk11

    DSpico - An open-source flashcart for the DS(i)

    theme selection, see https://themes.flashcarts.net/pico/ for pre-made themes
  14. Pk11

    Hacking Video about the history of DS Hacking

    I saw it in my YouTube feed a few days ago and thought it was very well put together, fun whenever I see someone who's videos I've seen talks DS :yaynds:
  15. Pk11

    Homebrew [Release] NTM - NAND Title Manager for DSi

    Version 0.5.0 - Bug fixes and BlocksDS Please see the wiki for information on how to use NTM. So my Calico update was a bit hasty in dropping the custom ARM7 and turns out I completely broke ticket generation... 😅 This release fixes that and also save files being created with garbage data...