z-g

Show:

What's happening?

  • ndstool incorectly names overlays.

    in ExtractOverlayFiles2: int file_id = overlayEntry.file_id; char s[32]; sprintf(s, OVERLAY_FMT, file_id); ExtractFile(overlaydir, "/", s, file_id); this code assumes that overlayEntry.file_id== overlayEntry.id. but sometimes this values differs, so correct code: int file_id = overlayEntry.file_id; char s[32]; sprintf(s, OVERLAY_FMT, overlayEntry.id);...

    2009-08-11 10:07:08 UTC in devkitPro

  • fifo problems

    1. in case then 'fifoInternalSend' called and 'fifo_send_queue' not empty, firstword didnt' go to queue. 2. in case then 'fifoInternalSend' called and 'fifo_send_queue' is empty and hardware fifo buffer have space only for part of data the rest of data goes to 'fifo_send_queue' but 'fifo_send_queue.head' dont' update and this rest never sended to another cpu. 3. IRQ_FIFO_EMPTY disabled so...

    2009-06-04 21:45:20 UTC in devkitPro

  • trexinc

    z-g committed revision 150 to the trexinc SVN repository, changing 1 files.

    2009-05-24 23:43:02 UTC in trexinc

  • trexinc

    z-g committed revision 149 to the trexinc SVN repository, changing 2 files.

    2009-05-19 00:43:38 UTC in trexinc

  • trexinc

    z-g committed revision 148 to the trexinc SVN repository, changing 2 files.

    2009-05-19 00:36:47 UTC in trexinc

  • trexinc

    z-g committed revision 147 to the trexinc SVN repository, changing 3 files.

    2009-05-19 00:32:11 UTC in trexinc

  • trexinc

    z-g committed revision 146 to the trexinc SVN repository, changing 3 files.

    2009-05-18 13:12:02 UTC in trexinc

  • trexinc

    z-g committed revision 145 to the trexinc SVN repository, changing 1 files.

    2009-05-18 12:27:39 UTC in trexinc

  • trexinc

    z-g committed revision 144 to the trexinc SVN repository, changing 3 files.

    2009-05-18 12:23:41 UTC in trexinc

  • trexinc

    z-g committed revision 143 to the trexinc SVN repository, changing 3 files.

    2009-05-18 10:56:42 UTC in trexinc

About Me

  • 2005-06-16 (4 years ago)
  • 1297910
  • z-g (My Site)
  • z-g

Send me a message