Page 1 of 1

libnds: Typo bug in version 1.3.1 in fifocommon.h

Posted: Thu Jan 01, 2009 12:50 pm
by kadrim1983
i think there is a minor typo in the fifocommon.h at:

Code: Select all

typedef enum {
   FIFO_PM		= 0,
   FIFO_SOUND	= 1,
   FIFO_SYSTEM	= 2, 
   FIFO_RSDV_01	= 3,
   FIFO_RSVD_02 = 4,
   FIFO_RSVD_03 = 5,
...
Where "FIFO_RSDV_01" should have been "FIFO_RSVD_01"

EDIT: doesn't matter at all because this channel identifier will never get used, only replaced by whatever name is needed.

D'oh ;-)