#120486 - max482wert - Sun Mar 04, 2007 3:37 am
I keep getting this error when building my MMD specific version of FWNitro (Made with GBA_NDS_FAT driver from Picodrive 0.1.6). I get this when compiling main7.c in the ARM7 directory, It says
error: 'PERSONAL_DATA' has no member named 'gbaScreen'
so i was wondering if
was really nessisary.
also when building any GBA_NDS_FAT project with r20 I get the following errors when building
error: 'TransferRegion' has no member named 'curtime'
error: 'TransferRegion' has no member named 'heartbeat'
have they been changed since the release of FWNitro v1.6c?
error: 'PERSONAL_DATA' has no member named 'gbaScreen'
so i was wondering if
Code: |
case IPC_GBA:
if(PersonalData->gbaScreen) i=(bottom_light*PM_BOTTOMLIGHT) | PM_SOUND; else i=(top_light*PM_TOPLIGHT) | PM_SOUND; writePM(i); swiChangeSoundBias(0,0x400); ((call0)0x11a4)(); |
was really nessisary.
also when building any GBA_NDS_FAT project with r20 I get the following errors when building
error: 'TransferRegion' has no member named 'curtime'
error: 'TransferRegion' has no member named 'heartbeat'
have they been changed since the release of FWNitro v1.6c?