mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Added uptr type
This commit is contained in:
parent
0890cc3e49
commit
0df861d7b5
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ using ulong = unsigned long;
|
|||
using ullong = unsigned long long;
|
||||
using llong = long long;
|
||||
|
||||
using uptr = std::uintptr_t;
|
||||
|
||||
using u8 = std::uint8_t;
|
||||
using u16 = std::uint16_t;
|
||||
using u32 = std::uint32_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue