Recent content by antoniorand

  1. antoniorand

    Homebrew Check memory leaks and debuging in 3ds development

    woah that's actually REAAAALLY helpful, now I'm not actually not scared of breaking anything
  2. antoniorand

    Homebrew Check memory leaks and debuging in 3ds development

    Must say my target machine is a New 2ds xl so that will be really helpful too.
  3. antoniorand

    Homebrew Check memory leaks and debuging in 3ds development

    Hello, I'm developing a graphic engine for my college thesis, a library for the 3ds so everyone can build 3d games. But I'm starting coding and I have to make sure first of these: - How to check if there's a memory leak while running the application. - If there's a memory leak, how can I...