Removed spurious carriage returns

This commit is contained in:
Sam Lantinga 2010-08-22 12:34:31 -07:00
parent d980c084c7
commit 7d245d0532
4 changed files with 1094 additions and 1094 deletions

View file

@ -43,7 +43,7 @@ typedef struct
} NDS_HapticData;
void
void
NDS_EZF_OpenNorWrite()
{
GBA_BUS[0x0FF0000] = 0xD200;
@ -52,7 +52,7 @@ NDS_EZF_OpenNorWrite()
GBA_BUS[0x0020000] = 0x1500;
GBA_BUS[0x0E20000] = 0x1500;
GBA_BUS[0x0FE0000] = 0x1500;
} void
} void
NDS_EZF_CloseNorWrite()
{
@ -62,7 +62,7 @@ NDS_EZF_CloseNorWrite()
GBA_BUS[0x0020000] = 0x1500;
GBA_BUS[0x0E20000] = 0xD200;
GBA_BUS[0x0FE0000] = 0x1500;
}
}
void
NDS_EZF_ChipReset()
@ -95,8 +95,8 @@ NDS_EZF_ChipReset()
return 1;
}
return 0;
}
void
}
void
NDS_EZF_SetShake(u8 pos)
{
u16 data = ((pos % 3) | 0x00F0);
@ -109,7 +109,7 @@ NDS_EZF_SetShake(u8 pos)
GBA_BUS[0] = 0x0000; /* write any value for vibration. */
GBA_BUS[0] = 0x0002;
}
}
static int
SDL_SYS_LogicError(void)

View file

@ -155,7 +155,7 @@ SDL_SYS_JoystickUpdate(SDL_Joystick * joystick)
if ((keysu & KEY_START)) {
SDL_PrivateJoystickButton(joystick, 7, SDL_RELEASED);
}
}
}
/* Function to close a joystick after use */
void