mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 19:30:06 +00:00
VFP: Removed duplicate basic type definitions.
This commit is contained in:
parent
12845baec6
commit
0b39535bed
@ -40,13 +40,6 @@
|
||||
|
||||
#include "core/arm/interpreter/armdefs.h"
|
||||
|
||||
#define u16 uint16_t
|
||||
#define u32 uint32_t
|
||||
#define u64 uint64_t
|
||||
#define s16 int16_t
|
||||
#define s32 int32_t
|
||||
#define s64 int64_t
|
||||
|
||||
#define pr_info //printf
|
||||
#define pr_debug //printf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user