Recent content by DivineAurora

  1. D

    Homebrew C2D_Image Problem

    I made some pixel art for a CPU icon and I want to display it on the screen with C2D_DrawImageAt, the first parameter is a C2D_Image. I already have the image inside of a folder called "images" and I want to set the image from that folder to the C2D_Image variable. Problem: I don't know how to...
  2. D

    Homebrew I Need Help With Guis in Homebrew

    Where can I find the source code for those applications, most of the time they are just .bin or .3dsx
  3. D

    Homebrew I Need Help With Guis in Homebrew

    Hello, this is my first post here. I am a new 3ds developer and I wasn't able to accomplish much except displaying touch screen inputs and button inputs. I wanted to make a GUI application for the 3ds so for example like any installed apps on the 3ds. I've tried devkitPro but it didn't seem to...