Fix build for gekko.

This commit is contained in:
Themaister 2012-01-02 12:12:30 +01:00
parent bc66841a29
commit d4093dc31c

View File

@ -401,6 +401,10 @@ static inline uint8_t is_little_endian(void)
return u.y[0];
}
#ifdef GEKKO
#include <unistd.h>
#endif
static inline void ssnes_sleep(unsigned msec)
{
#ifdef __CELLOS_LV2__