mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
mem16_t replaced
I think it's not bad to use pointer type when possible, because it's often originally pointer, not reference.
This commit is contained in:
parent
49b295e332
commit
0d94c78e63
3 changed files with 8 additions and 11 deletions
|
@ -768,7 +768,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
typedef mem_t<u16, u32> mem16_t;
|
||||
typedef mem_t<u32, u32> mem32_t;
|
||||
typedef mem_t<u64, u32> mem64_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue