DeSmuME is a Nintendo DS emulator
Go to file
riccardom 813a3bbbff This patch tries to fixup typedef defined in types.h in order to help x86-64 people:
- convert [us]32 to be unsigned /signed  int on both 32 and 64 bit platforms like is uint32_t in stdint.h.
- remove pointer typedef, likely cause of 32 bit / 64 bit issues but currently not used.

Please be patient if something is broken :)
2009-04-14 16:30:16 +00:00
desmume This patch tries to fixup typedef defined in types.h in order to help x86-64 people: 2009-04-14 16:30:16 +00:00