Recent content by Helreizer543

  1. Helreizer543

    Homebrew Tetris3DS

    The images are rotated because that is the orientation of the screen you have to manually rotate the image. also the color problem comes from pngs being rgb while the 3ds handles bgr which also needs to be manually changed :) I used xems Image to bin converter
  2. Helreizer543

    Homebrew [Question] How to Interpret System.getFirmware()?

    Looking into it I realize this is the attached program written by you?
  3. Helreizer543

    Homebrew [Question] How to Interpret System.getFirmware()?

    what storage container are you using for fw_ver?
  4. Helreizer543

    Homebrew [Question] How to Interpret System.getFirmware()?

    this is the lpp-3ds authors code straight from the library itself: static int lua_getFW(lua_State *L) { int argc = lua_gettop(L); if (argc != 0) return luaL_error(L, "wrong number of arguments"); u32 fw_id = osGetFirmVersion(); lua_pushinteger(L,GET_VERSION_MAJOR(fw_id))...
  5. Helreizer543

    Homebrew HBKBLib - A 3DS Keyboard Library

    Have you ever thought of having a github?
  6. Helreizer543

    Homebrew HBKBLib - A 3DS Keyboard Library

    I wanted to add a little something for users that are trying to compile the library on windwos. 1. comment out the first 2 lines in the make file if your ctrulib is installed in the default location. 2. In the download rename, the folder "Library Source" to just "Library". After that the...
  7. Helreizer543

    Homebrew HBKBLib - A 3DS Keyboard Library

    I love it :yay:. Good Job! I hate to Edit but nevermind
  8. Helreizer543

    Homebrew StonedCoders - A 3DS development tutorial site!

    There is a typo on the Setting up sf2dlib page you wrote thead instead of thread.
  9. Helreizer543

    Homebrew StonedCoders - A 3DS development tutorial site!

    Dang beat me to it =) I had started a github.io Site for the same thing just never released it LoL. Everything looks pretty good on your site.
  10. Helreizer543

    Homebrew [Q] A quick question regarding FTP-3DS and ftBrony's banner

    just gonna put this here. http://xem.github.io/3DShomebrew/tools/image-to-bin.html
  11. Helreizer543

    Homebrew Homebrew Development

    It is because it is a user defined function from AlbertOS. You will have to look at the source from his github ^.^ good luck
  12. Helreizer543

    Hacking [WIP] KARL3DS - Kernel access on N3DS via Ninjhax + Loadcode

    Back off man they do not have to release anything! your toxicity is not welcome here. this is the kind of crap that makes dev's stop. if you have a problem with how they are doing things do it yourself.
  13. Helreizer543

    Homebrew Homebrew Development

    upon further research... are you allocating enough memory for the stack size? the ctrulib example passes a pointer through their stream code equivalant. are you using svcCreateEvent? ctrulib has an example where they pass an argument so I would believe its possible.
  14. Helreizer543

    Homebrew Homebrew Development

    nevermind.
  15. Helreizer543

    Homebrew Homebrew Development

    I'm not sure this is true for everyone but my x and y are swapped so unless you switch them in the for loop. um is there any way to copy from the top left going down instead of copying from the bottom up?[/code]
General chit-chat
Help Users
  • No one is chatting at the moment.
    BakerMan @ BakerMan: +1