mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Replace uint32_t with u32
This commit is contained in:
parent
ae633292c0
commit
77352a2a86
19 changed files with 262 additions and 260 deletions
|
@ -27,7 +27,7 @@ namespace rsx
|
|||
using utils::next_page;
|
||||
|
||||
using flags64_t = uint64_t;
|
||||
using flags32_t = uint32_t;
|
||||
using flags32_t = u32;
|
||||
using flags16_t = u16;
|
||||
using flags8_t = u8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue