DeSmuME is a Nintendo DS emulator
Go to file
riccardom 4029f105d8 On gcc the packed attribute is supposed to not work when you use
a typedef in the struct definition. Then packing the whole struct
and each member is redundant. So cleanup __PACKED usage and
hopefully both shut up gcc warnings and keeps things working :).
2009-08-04 20:49:19 +00:00
desmume On gcc the packed attribute is supposed to not work when you use 2009-08-04 20:49:19 +00:00