mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Add usz alias for std::size_t
This commit is contained in:
parent
360c4d1554
commit
fb29933d3d
173 changed files with 718 additions and 717 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#include "endian.hpp"
|
||||
|
||||
// Total number of entries.
|
||||
static constexpr std::size_t s_hashtable_size = 1u << 17;
|
||||
static constexpr usz s_hashtable_size = 1u << 17;
|
||||
|
||||
// Reference counter combined with shifted pointer (which is assumed to be 47 bit)
|
||||
static constexpr uptr s_ref_mask = (1u << 17) - 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue