Recent content by quarz

  1. Q

    Homebrew eShop spoof not working since today...

    You don't need to start the e-shop through HANS if you use smeas hbl, only when using smashers grid launcher.
  2. Q

    Homebrew 3DS Homebrew Tips and Tricks

    I always wanted to get rid of the devkitpro version of ctrulib. Your article finally made me do it... but uninstalling devkitpro also uninstalled mingw and now i cant get make back, since sourceforge is having problems XD
  3. Q

    Homebrew 3DS Homebrew Tips and Tricks

    Have you tried citra yet? It's not totally accurate, but incredibly useful for minute changes.
  4. Q

    Homebrew Draw pixels code

    Hey there! I'm also just starting to write homebrew for 3DS and i used an old example that doesn't work with newer versions of ctrulib. It was a problem with the initialzation of the framebuffers. I guess you are using gfxInit(some format, some format, bool) in your main() function. Unless...