Recent content by ZukaZamam3e

  1. Z

    Homebrew Screen Tearing on DS but not on Emulator

    Hello, I have been working on a project for quite some time now. Things have been going slowly, but I have been getting through it. I just have this one issue(right now). I am using Max Mod to stream a raw file. This is going great. I am also using OpenGL to render to both screens using...
  2. Z

    Homebrew Maxmod Help

    Hello, I am having an issue with maxmod. It will only play a second of a wav for sound effects. Is there a setting for this or a specific setting in the make file that has to be set?
  3. Z

    Homebrew Opening files on DS

    I feel like I am asking you for a lot, but my google searches and trials fail me. I'm trying to load an image into my game, but it just won't work. I tried this link http://www.dreamincode.net/forums/blog/591/entry-3020-ds-homebrew-development-part-1/ and it didn't work. The file I was loading...
  4. Z

    Homebrew Opening files on DS

    I changed the load to memory and it worked! You are a genius. Now I just have to get my quads to stop flickering and then I'm good. I'm pretty sure its the graphics card because it showed up fine on the Acekard. Thank you so much!
  5. Z

    Homebrew Opening files on DS

    So, DLDI doesn't seem to working on my desmume. I get an error saying, "Sorry.. right now you can't use the default (stream rom from disk) with homebrew due to a bug with DLDI-autopatching". My version of desmume is 0.911. Is there a certain version I need for libFat to work?
  6. Z

    Homebrew Opening files on DS

    Yea I think I wore out the card taking it out so many times. You are awesome for helping me. I really appreciate it. So I would just tell my gbs slot to point to that folder? Sorry I can't test it right now since I'm at work.
  7. Z

    Homebrew Opening files on DS

    So I decided to go with libfat and it worked, for a moment. I bricked my acekard2i. It would work sometimes and not others. I tried the paper shim method and it didn't work so I ordered a new one. So my next question, is there a way I can test libfat with an emulator?
  8. Z

    Homebrew Opening files on DS

    So if I were to go with number 2, would fopen see the file there in the nds file, or is there a specific function I would call from the nds.h. I understand how 3 would be easier, but I think 2 would give me a bit of a challenge and more work to do. Thank you for the help. I really appreciate it...
  9. Z

    Homebrew Opening files on DS

    Hello, I am having trouble and I hope someone can help. I'm new to DS development, but I have been through Game Development. The issue I have is trying to call fopen on a file for my DS Game. It can't locate the file. Now I think the issue is with the nds file not carrying my file, which is an...