Recent content by benjymous

  1. benjymous

    Homebrew Anyone able to help hack/decrypt SmileBasic's local mutiplayer Wifi AP?

    Whilst this isn't directly "homebrew" related, it'd still be good for unleashing new life into SmileBasic. For those that don't know, the only official way of sharing files for SmileBasic is via their official portal, which is limited unless you pay extra, and doesn't let you copy files back to...
  2. benjymous

    Homebrew Regarding windows in the 3DS console...

    the key part is: consoleSetWindow(&topleftWindow, 1, 1, 23, 14); which breaks down to consoleSetWindow(&windowHandle, left, top, width, height); left and top are the top left corner of the window, and width and height define how big the window should be. These are in character cells, which...
  3. benjymous

    Homebrew Regarding windows in the 3DS console...

    Yup, that's easy enough: PrintConsole topleftWindow, toprightWindow, bottomleftWindow, bottomrightWindow, topScreen; //Initialize console for each window consoleInit(GFX_TOP, &topleftWindow); consoleInit(GFX_TOP, &toprightWindow); consoleInit(GFX_TOP, &bottomleftWindow)...
  4. benjymous

    Homebrew Homebrew Launcher: hide Region free launcher

    Presumablt you can just delete its folder inside the 3DS folder
  5. benjymous

    Homebrew 3ds homebrew TUBEHAX ISSUE

    One thing to double check - do you have multiple internet settings configured. If so, are you sure you changed the DNS settings for the connection you're actually using?
  6. benjymous

    Homebrew SDL for 3DS

    It looks like the project setup isn't compatible with the latest DevkitPro - I'm in the process of fixing up all the makefiles so it'll compile again - I'll stick it all on github when I'm done
  7. benjymous

    Homebrew [Release] Caelina - OpenGL Driver

    Yeah, wasn't worried about the overhead, more noting that calling that function appears to be adding a not insignificant amount of additional code, which probably explains why things don't work without it.
  8. benjymous

    Homebrew [Release] Caelina - OpenGL Driver

    ..and adds 20kb to the compiled binary - I can confirm that it works, though (for example01, anyway)
  9. benjymous

    Homebrew [Release] Caelina - OpenGL Driver

    I just built the source from github against the latest ctrulib code, and I just get black/red screens and a softbrick when I run the nehe examples. Any pointers on what I can do to track down what's going wrong?
  10. benjymous

    Homebrew [Q] How do I use Visual Studio?

    I take it that means it reformats the output so the errors are properly picked up, and the lines are clickable?
  11. benjymous

    Homebrew [Q] How do I use Visual Studio?

    As far as compiling goes, just create a 'Makefile project' when you set up your VS project, and set the build command to be 'make' - this will run the DevkitPro make command and build your makefile, assuming it's at the root of your project. I'm in the middle of trying to get VS2015 usable too...
  12. benjymous

    Homebrew SD card benchmarker

    I've noticed lots of people ask about the benefits of faster SD cards - has anyone made an SD card benchmark util yet? If not, I'll sit down and build one this afternoon when I get a free minute
  13. benjymous

    Hardware [Q] How does Nintendo stream 3DS at events?

    Such things do exist, but require hardware modifications, it's not just something you can plug in: http://3dscapture.com/ Nintendo themselves have debugging hardware with TV out - you can see some pictures of it being used at an event here...
  14. benjymous

    ROM Hack Is it possible to convert movies for 3ds???

    It's also worth mentioning that if you run Plex (on a PC/Server) you can browse to your Plex URL on a new 3ds, and it'll play the 3d video quite happily (without having to mess about converting anything)