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:
parent
48fbf73bea
commit
cbc350c6fd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue