Mercurial > sdl-ios-xcode
comparison src/haptic/nds/SDL_syshaptic.c @ 3011:8f4ed5ec2b06
I ran a global "make indent" it modified the following files.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Fri, 09 Jan 2009 20:43:30 +0000 |
parents | e3affc66d963 |
children | 8cc00819c8d6 |
comparison
equal
deleted
inserted
replaced
3010:a6694a812119 | 3011:8f4ed5ec2b06 |
---|---|
127 } | 127 } |
128 | 128 |
129 return 0; | 129 return 0; |
130 | 130 |
131 } | 131 } |
132 | |
132 | 133 |
133 void | 134 void |
134 NDS_EZF_SetShake(u8 pos) | 135 NDS_EZF_SetShake(u8 pos) |
135 { | 136 { |
136 u16 data = ((pos % 3) | 0x00F0); | 137 u16 data = ((pos % 3) | 0x00F0); |