REMOVED second u8/u16/u32 typedefs

This commit is contained in:
spacy51 2008-10-16 11:46:58 +00:00
parent b74c1f4706
commit dcc2f30119
1 changed files with 0 additions and 5 deletions

View File

@ -40,11 +40,6 @@ typedef int32_t s32;
typedef int64_t s64;
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
struct EmulatedSystem {
// main emulation function
void (*emuMain)(int);