Search results

  1. treeforce

    Hacking Can someone make a Joycon camera utilization demo, or has Nintendo not enabled it in the firmware ye

    So uh, any source code for that? Edit: https://github.com/switchbrew/switch-examples/blob/master/hid/irsensor/source/main.c
  2. treeforce

    Hacking BBB Release Two More Switch Master Keys

    Sounds like tapatalk has broken unicode support. Someone who cares should submit a bug report...
  3. treeforce

    Hacking BBB Release Two More Switch Master Keys

    Please stop mangling the character encoding of NFO files, this is how it's supposed to look: ████████▓▓▓▓▓▓▓▓▓▓██████████████▓▓▓▓▓▓▓▓▓▓▓██████████████▓▓▓▓▓▓▓▓▓▓██████████ ███████▀▀ ▀▀███████ █████...
  4. treeforce

    Hacking Splatoon 2 Octoling Hack? Real or Photoshop!

    > Implying you can't edit video (In any case, this is most likely real because it would take way too much effort to fake)
  5. treeforce

    Homebrew Switch Web Applet Homebrew

    Please elaborate...
  6. treeforce

    Hacking COMPLETED HBL Released for 3.0.0

    Source? JIT needs kernelhax afaik, and we don't have that yet.
  7. treeforce

    Hacking COMPLETED HBL Released for 3.0.0

    There is no JIT *yet*.
  8. treeforce

    Hacking So... Why is Linux on Switch exciting?

    Linux is exciting because it implies (almost) full control of the hardware. Also, Linux is inherently exciting. If it isn't already obvious to you why this is exciting, it cannot be explained.
  9. treeforce

    Hacking Casual Developer - Where do I start?

    If you want to start a serious project, you might want to wait until the scene matures a bit in terms of tool support etc. libnx *might* be more dev friendly, but we kinda need to wait until hbl gets released to find out. If you just want to get stuck in right away, libtransistor is the way to...
  10. treeforce

    Homebrew Homebrew Development

    I'm planning to make a touch keyboard, and have the c-pad as mouse. Typing with the d-pad is very tedious.
  11. treeforce

    Homebrew Homebrew Development

    I am trying to read c-pad and touch positions from within 3ds linux. Ctrulib does this by reading the HID shared memory, which is updated by the HID firmware module, which AFAIK does not run under 3ds linux. Can anyone point me in the right direction to figure this out? I imagine I will have to...
  12. treeforce

    Homebrew Linux for 3DS

    If anyone else missed it, the official release thread is here: https://gbatemp.net/threads/release-linux-for-the-3ds.407187/
  13. treeforce

    Homebrew [Release] Linux for the 3DS

    Awesome! I'm going to see if I can get some emulators running from within linux.