Recent content by Lizalfos

  1. Lizalfos

    Team Labo - The Switch Has a Tiny Cardboard, I Do Tiny Cardboard-Folding

    I don't care either way - I fold cardboards for a living as a contractor
  2. Lizalfos

    Team Labo - The Switch Has a Tiny Cardboard, I Do Tiny Cardboard-Folding

    First off, I'm not trying to step on anyone's fingers here, but I do see a market coming very soon and Id like to be a part of it. Lets face it, Team Labo will provide an ultimate solution and it will most likely require a lot of folding (YT "moving box folding"). No, you dont know me, I've...
  3. Lizalfos

    Homebrew [Question] ctrulib and C++ Exceptions?

    Hi, I'm working on a homebrew project written in C++ At some point, the app crashes and on real hardware it's saying: "terminate called after throwing an instance of 'std::bad_alloc' terminate called recursively" So i tried to simply wrap a try-catch around some lines of code but i can't compile...