REMOVED second u8/u16/u32 typedefs

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@752 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2008-10-16 11:46:58 +00:00
parent 48fbf73bea
commit cbc350c6fd
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);