forked from len0rd/rockbox
Simplify the sendEvent function, makes it _slightly_ faster and quite a bit smaller, build midiplay with -O2 for coldfire, gives about a 23% speedup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ec5f8abac
commit
93787dd42c
3 changed files with 48 additions and 39 deletions
|
@ -140,7 +140,6 @@ struct Track
|
|||
int printf(const char *fmt, ...);
|
||||
int midimain(void * filename);
|
||||
unsigned char readChar(int file);
|
||||
void sendEvent(struct Event * ev);
|
||||
inline void setPoint(struct SynthObject * so, int pt);
|
||||
struct Event * getEvent(struct Track * tr, int evNum);
|
||||
int readTwoBytes(int file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue