Replaced "unsigned __int16" by "u16".

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@431 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne
2008-09-02 23:32:05 +00:00
parent 179752449d
commit 36b464cbc8
4 changed files with 10 additions and 39 deletions

View File

@ -48,7 +48,6 @@ typedef unsigned long long u64;
typedef char s8;
typedef short s16;
#define __int16 short
typedef int s32;
#define __int32 int
typedef long long s64;