Recent content by pimathbrainiac

  1. pimathbrainiac

    Homebrew Problems writing to the screen buffers

    Actually the problem was in my conversion of coordinates I forgot about zero indexing and did height-y instead of height-1-y The pixel showed in x=1, which was my hint to how to fix it :P
  2. pimathbrainiac

    Homebrew Problems writing to the screen buffers

    Thanks for that. I just rechecked in Citra, and it is indeed in the bottom left. I was just looking in the wrong place XD
  3. pimathbrainiac

    Homebrew Problems writing to the screen buffers

    I'm having a little bit of trouble with writing to the screen buffers right now. I made a program that has the purpose of setting a pixel at the (0,0) coordinate (adjusted so (0,0) is actually top left). Here's my code: http://pastebin.com/ibkqTnLi The code compiles fine (duh), but when I run...
  4. pimathbrainiac

    Some Random Music by Me

    I write a lot of music in my spare time. This thread is for that stuff that I write. Currently working on this piece. What do you think? My Soundcloud
  5. pimathbrainiac

    I Exist!

    Hello. I am (hopefully going to be) a 3DS homebrew programmer/developer (As soon as the Ironfall hack comes out (assuming it is what I think it is)). Most of my programming has been for calculators, but I program some computer stuff, too. I'm fluent in C and Java, and am excited to start...