REMOVED second u8/u16/u32 typedefs
This commit is contained in:
parent
b74c1f4706
commit
dcc2f30119
|
@ -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