mirror of https://github.com/PCSX2/pcsx2.git
common define _32kb and _4kb
This commit is contained in:
parent
812a2e4850
commit
3c528f0fdd
|
@ -206,7 +206,9 @@ public:
|
|||
// Handy Human-readable constants for common immediate values (_16kb -> _4gb)
|
||||
|
||||
static const sptr _1kb = 1024 * 1;
|
||||
static const sptr _4kb = _1kb * 4;
|
||||
static const sptr _16kb = _1kb * 16;
|
||||
static const sptr _32kb = _1kb * 32;
|
||||
static const sptr _64kb = _1kb * 64;
|
||||
static const sptr _128kb = _1kb * 128;
|
||||
static const sptr _256kb = _1kb * 256;
|
||||
|
|
Loading…
Reference in New Issue