Recent content by mudlord

  1. mudlord

    Homebrew DevkitPro shut down and seized by authorities

    Done, and may I say GBATemp is shittastically slow. I am on a 50/40 connection and even somehow the forum manages to lag, everything else like the wiki runs fine.
  2. mudlord

    Homebrew Homebrew Development

    http://www.pouet.net/prod.php?which=66607
  3. mudlord

    Homebrew Homebrew Development

    The image loader used was stb_image. Custom routines to blit to framebuffer and rotate the image was used to take account of the 3DS's rendering orientation. The rotation code could be optimized in ARM ASM I guess.
  4. mudlord

    Homebrew Homebrew Development

    Or you can use something simple to load JPEG's or PNGs. It really isn't hard to blit images to the framebuffer, once you sort things out.
  5. mudlord

    Homebrew [Release] Bread Box (C64 Emulator)

    @Vague Rant http://www.gnu.org/licenses/gpl-faq.en.html#GPLRequireSourcePostedPublic So yes, since this is a modification/fork of Frodo, according to the GPL, releasing source code is required. However, due to the author of the fork being very reluctant to do such a thing, might not be worth...
  6. mudlord

    Homebrew Hi-Resolution DS Emulation

    btw thank you for causing such a influx of unwanted traffic on my server. much appreciated,.....not >_>
  7. mudlord

    Hacking Wii u and Wii U game pad hack talk to be presented soon at CCC/30c3

    Sure I would. I have standards, unlike other Sure I would. I really don't care if I get a few years jail time for something that liberates something.
  8. mudlord

    Hacking Wii u and Wii U game pad hack talk to be presented soon at CCC/30c3

    Why the hell are you people scared about piracy? If it was just me, I would just release the damn thing. I am in no way responsible for some few bad eggs. Likewise are you people. You people are not responsible if some person uses it exclusively for piracy. And lets be honest, there has to be...
  9. mudlord

    Android Full Speed NDS Emulator Coming to Android!!!

    Its the same person. Why would a cracker infect his own release? That would be warez scene suicide.
  10. mudlord

    Android Full Speed NDS Emulator Coming to Android!!!

    hello, I am 24 and what is this?
  11. mudlord

    Homebrew RetroArch - A new multi-system emulator

    Wow, wtf Hielkenator: learn to show a ounce of respect.
  12. mudlord

    Homebrew RetroArch - A new multi-system emulator

    and not to mention TEV usage to implement combiners in the wrapper....And framebuffer effects.. Wii support will require a completely new plugin compared to just a simple port which uses OpenGL.
  13. mudlord

    Homebrew RetroArch - A new multi-system emulator

    No, its a issue in how the wrapper was originally written. It will take major rewrites in most texturing functions to use up-to-date functionality like vertex arrays, and vertex caching on OpenGL hardware in the wrapper.
  14. mudlord

    Homebrew RetroArch - A new multi-system emulator

    Yes, the wrapper is written in C++ and converts Glide calls to OpenGL 2.0 calls. Its inefficient as vertex pushing doesn't make use of things like vertex caching, vertex arrays, and other things. The plugin itself on Voodoo hardware should be fine, its the wrapper for OpenGL cards thats the...