Recent content by picketf

  1. P

    Homebrew Nintendont and third party GC adapter

    Nope as far as I know this has not been fixed and yes you can use an earlier version of Nintendont that is unaffected. It's been known for a while now that even Original Gamecube hardware back in the day had problems with joysticks drawing too much power on boot. The design of the Nyko Play Cube...
  2. P

    Homebrew Official HID to VPAD

    Hi everyone, I recently got back into playing VC's and retrogames, so I went and bought probably every classic USB controller clone there is, NES-USB, SNES-USB, Genesis-USB, Saturn-USB, etc... now I noticed that there is a fair share of HID controllers that use either [vid=0x0810,pid=0xe501] or...
  3. P

    Homebrew Wii U usb running out of space

    I used to have a 80gb PS3 drive on a 2.5 enclosure. Replaced that with a $15 128GB MicroSD card (and $2 cardreader) USB2 speed is maxed out at about 30-35MB/sec. So it's safe to say that a decent MicroSD card will be faster than external mechanical harddrive. Also I recently got a MaxPlay and...
  4. P

    Homebrew Nintendont and third party GC adapter

    A bug was introduced around mid 2019 to more recent builds of nintendont, by cleaning up the code the creator may have deleted some power checking routines from boot. That makes it problematic to boot into nintendont from VCinjects or launched from apps WITH USB adapters connected. To...
  5. P

    Homebrew Problems with M3DSReal/DSLibris combination?

    Have you tried to DLDI patch the DSLibris file before moving it to M3Real ?
  6. P

    Homebrew Bunjallo vs DSOrganize

    The official browser can't save anything it's just for browsing the net Bunjallow is the only browser that can download to the card and unzip zip files You just need to be very pacient. I do it before going to bed. The next morning: Surprise New Game! DSOrganize looks old next to the recent...
  7. P

    Homebrew Dsi hacking info

    Kids these days... They're either genius like Chishm, coding at 10 yrs of age or they come to gbatemp and start DSi hacking threads after barelly managing to run "HELLO WORLD!" Aww I so miss the C64 era where kids could pick up a computer magazine copy 15'000 lines of code from it and "boom"...
  8. P

    Homebrew youtube videos on the Nintendo DS

    As I understand it the wifi lib is locked at about 15kb/s and that's what keeping the download speed a little slow on the homebrew. DSLinux goes up to 100kb/s and a Linux port of openRTSP would be even easier since it's a command prompt app anyway. Still 15kb/s is 3x as fast as your average 56k...
  9. P

    Homebrew youtube videos on the Nintendo DS

    That's the idea to implement a way in bunjallow of saving streams from mobile youtube to a 3gp file (rtsp can be tricked into doing that over tcp/http) 3gp is basically a low bitrate mpeg-4 video with AMR sound. Amr has the advantage of storing a wide range of audio bandwith and let the...
  10. P

    Homebrew youtube videos on the Nintendo DS

    The DS does not need to stream the 3gp files Only bunjallow needs to do is change how to handle rtsp urls to adding a http equiv handler that downloads the stream same way there used to be ASF/ASX downloaders who instead of streaming the files would download them into a container file. The...
  11. P

    Homebrew youtube videos on the Nintendo DS

    The initial thought I had was about a converter that would convert 3pg to dpg on the fly (for youtube vids 5 mins and under) as an app for the DS. But now I think a library that'd play the 3pg in moonshell would be much more favourable and since there's a handfull of open source projects...
  12. P

    Homebrew youtube videos on the Nintendo DS

    We have a libfaad2-2.5 - AAC decoder library in Moonshell which does mpeg-4 decoding and there are at least 2 other projects that handle xvid/mpeg4 on the DS. For 3pg videos of the mobile youtube http://m.youtube.com to play on the DS the amr audio needs to be remuxed into the file as something...
  13. P

    Homebrew New Bunjallo Version

    bunjallow 0.8 is so blazing fast it scrolls to a loaded pictureboard with HUNDREDS of inline rendered pics in seconds! It's so much faster than the previous version! I'm really shocked. A second NEO DS in terms of speed and neatness.
  14. P

    Homebrew Homebrew potential

    http://code.google.com/p/mupen64gc As a side note on september 2009 after YEARS of coding the first public beta of a N64 emulator for the Nintendo Gamecube was released - something thought to be nearly impossible. In Mario 64 it drops to 10 fps as soon as Marios head is rendered but in game it's...
  15. P

    Homebrew Remote Touch DS; mouse and keyboard from your DS

    I know the features just if you could add command line parameters to the options: e.g. change the settings for mouse acceleration as a start parameter or assign custom key mapping as start parameter start_server file: java -Xms100m -Xmx300m -jar rtdsserver-java.jar -mousespeed6 -mouseaccel200...