Recent content by mntorankusu

  1. M

    Homebrew Citra - Unofficial \ Chinese builds discussion

    @drwhojan I was just experimenting with reducing the CPU clock a few days ago, too. You can fix the audio by also dividing the audio tick value (2CFE13) by the same amount. Audio ticks number is here in the source: citra/src/audio_core/audio_core.cpp static constexpr u64 audio_frame_ticks =...
  2. M

    Homebrew PadSend for DS/Wii (PC Application)

    Great, thanks! I created an updated version that should work for more network configurations. Try it here: http://dl.dropbox.com/u/211987/ps-beta.zip No DS client yet. If someone reports that this works for them, I'll update the DS client as well.
  3. M

    Homebrew PadSend for DS/Wii (PC Application)

    I'll try to release an updated version soon that should work on more network configurations. I was just lazy with the 192.168.1. thing because I figured it would work for most people. The 255 is used like a wildcard to indicate a broadcast on network addresses-- anything that matches the rest...
  4. M

    Homebrew PadSend for DS/Wii (PC Application)

    I think it's the right one. I made the changes to the dol file not long after I first posted this, I just got around to updating all of the files. Have you tried to use it?
  5. M

    Homebrew PadSend for DS/Wii (PC Application)

    PadSend Server has been updated to revision 3 and the Wii .dol client has had a bug fixed (no version change). Anyone who tried to use it before and couldn't, please download it again and try the new version.
  6. M

    Homebrew PadSend for DS/Wii (PC Application)

    PadSend lets you use Gamecube pads connected to a Wii, or a DS, as a PC gamepad. PPJoy must be installed. Just run the server on your computer (requires .NET framework 2.0) and run the client on your Wii or DS. It will only work right now if your DS or Wii has an IP address that starts with...