Search results

  1. sypherce

    Homebrew .GCI to .SAV converter WITHOUT DOLPHIN?

    Dolphin no longer operates on 32-bit operating systems. You could try downloading the x86 build of 4.02. That's the last official release that could even load on your laptop.
  2. sypherce

    Gaming Was BOTW originally designed for Switch?

    I assume he thinks Mario Kart 8 was originally designed for the switch as well.
  3. sypherce

    Tutorial The Guide to Buying Flashcarts

    I just want to point this out before it gets worse: I was just adding my own info since it seemed relevant if someone wants to use the nds-card site. I'm not trying to attack anyone. If someone's not happy with a guide I'd recommend giving advice, not just complaining that it's here.
  4. sypherce

    Tutorial The Guide to Buying Flashcarts

    If the panda's the only problem I'd recommend adding http://www.nds-card.com/images/logo.jpg to your adblock filters before recommending a different site.
  5. sypherce

    Homebrew DS2Key SVN r52 released

    Introduction: For those of you who do not know DS2Key is an application for Nintendo DS that simulates a PC Keyboard/Gamepad. Status of the project: Recently I've converted the entire application from C to C++. Most of the code has been rewritten and hopefully has less, or no bugs, but we'll...
  6. sypherce

    Homebrew Request: Compile latest DS2Key source code (r48)

    Glad someone still finds my toy useful. Wish I had seen this earlier, I would have compiled it for you, lol.
  7. sypherce

    Homebrew Homebrew That Uses the Guitar Hero Grip?

    Forgot to mention there's also a painting app for the DS that has support for the grip. It's UAPaint and the grip is used for tool shortcuts (Blue= Pen, Yellow=bucket, Red=color picker, Green=Line tool).
  8. sypherce

    Homebrew Homebrew That Uses the Guitar Hero Grip?

    DS2Key does indeed support the Guitar Hero Grip.
  9. sypherce

    Homebrew looking for sonething that doesnt exist

    You could attempt to use NO$GBA instead of Desmume. Some of the graphics are indeed still glitched, but it seemed somewhat fast on my PC when I used it, although I used the newest version, which isn't available without donation. I agree with kobykaan though. Purchase a new screen and replace it...
  10. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    It's something I've wanted included into DS2Key for a while, but I've had no time for programming lately. If I get to it, it will be added.
  11. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    Just like to notify everyone I updated DS2Key. The link is updated in the first post. Version 1.01 (Revision 44) January 20, 2009 1. Fixed bug with arrow keys sending numpad keys (2, 4, 6, 8). 2. Fixed GH Pad repeat bug reported blahblahblaster from gbadev.org. 3. Fixed CPU usage with server...
  12. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    To make mouse movements work, set all the mouse buttons to "None". Also, closing the window will minimize to the system tray, you have to go to click the "Exit" in the menus to actually close the server.
  13. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    It's a gamepad emulator. When you press a button on the DS it'll send a key press on the PC, there's also mouse emulation. It doesn't show your pc desktop on the DS like ds2win though.
  14. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    That's been a known "side effect" for a long time in DS2Key, it's never seemed to cause any real problems, it's just more of an annoyance really. Depending on how the emulator detects keys you might be able to just map with the real arrow keys and ds2key might still work.
  15. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    I would just like to add that I've released binaries. They should work perfectly, but I'm wanting any input, and hopefully you guys can find any bugs that I couldn't.
  16. sypherce

    Homebrew programming question

    The following should do what you want, given that the rom is at rom.nds in the same directory. Since your last post was 3 days ago, you likely figured out your problem, but I was bored so I decided to write up the code anyways. program DataFiles; var ÂÂÂÂf: file of byte; ÂÂÂÂb1: byte; ÂÂÂÂb2...
  17. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    I just wanted to note that I fixed almost everything I can without user testing. I can't replicate the /p? bug anymore, but I know it's still there. Last thing I will (possibly) add before releasing a beta binary is the touch pad emulation. I might also work on the client a bit more but it seems...
  18. sypherce

    Homebrew DS2Key SVN - Now with Windows GUI, and Linux console support!

    UPDATE: DS2Key 1.01 released! Binaries available here Changes: Version 1.01 (Revision 44) January 20, 2009Fixed bug with arrow keys sending numpad keys (2, 4, 6, 8).Fixed GH Pad repeat bug reported blahblahblaster from gbadev.org.Fixed CPU usage with server console versions.Fixed repeated...