Replace uint32_t with u32

This commit is contained in:
Nekotekina 2020-12-18 11:34:50 +03:00
parent ae633292c0
commit 77352a2a86
19 changed files with 262 additions and 260 deletions

View file

@ -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;